---
title: Lambda Extension (Rust) licenses
source: https://docs.newrelic.com/docs/licenses/product-or-service-licenses/new-relic-serverless/lambda-extension-rust-licenses
---

We love open-source software, and use the following in the New Relic Lambda Extension (Rust). Thank you, open-source community, for making these fine tools! Some of these are listed under multiple software licenses, and in that case we have listed the license we've chosen to use.

The source code and full third-party notices are also available in the [GitHub repository](https://github.com/newrelic/newrelic-lambda-extension-rust).

| **Library**                                                       | **License**                                                                  |
| ----------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [tokio](https://github.com/tokio-rs/tokio)                        | [MIT](https://github.com/tokio-rs/tokio/blob/master/LICENSE)                 |
| [reqwest](https://github.com/seanmonstar/reqwest)                 | [MIT](https://github.com/seanmonstar/reqwest/blob/master/LICENSE)            |
| [serde](https://github.com/serde-rs/serde)                        | [MIT](https://github.com/serde-rs/serde/blob/master/LICENSE-MIT)             |
| [serde_json](https://github.com/serde-rs/json)                    | [MIT](https://github.com/serde-rs/json/blob/master/LICENSE-MIT)              |
| [tracing](https://github.com/tokio-rs/tracing)                    | [MIT](https://github.com/tokio-rs/tracing/blob/master/LICENSE)               |
| [tracing-subscriber](https://github.com/tokio-rs/tracing)         | [MIT](https://github.com/tokio-rs/tracing/blob/master/LICENSE)               |
| [hyper](https://github.com/hyperium/hyper)                        | [MIT](https://github.com/hyperium/hyper/blob/master/LICENSE)                 |
| [hyper-util](https://github.com/hyperium/hyper-util)              | [MIT](https://github.com/hyperium/hyper-util/blob/master/LICENSE)            |
| [http-body-util](https://github.com/hyperium/http-body)           | [MIT](https://github.com/hyperium/http-body/blob/master/LICENSE)             |
| [flate2](https://github.com/rust-lang/flate2-rs)                  | [MIT](https://github.com/rust-lang/flate2-rs/blob/main/LICENSE-MIT)          |
| [async-trait](https://github.com/dtolnay/async-trait)             | [MIT](https://github.com/dtolnay/async-trait/blob/master/LICENSE-MIT)        |
| [chrono](https://github.com/chronotope/chrono)                    | [MIT](https://github.com/chronotope/chrono/blob/main/LICENSE.txt)            |
| [nix](https://github.com/nix-rust/nix)                            | [MIT](https://github.com/nix-rust/nix/blob/master/LICENSE)                   |
| [base64](https://github.com/marshallpierce/rust-base64)           | [MIT](https://github.com/marshallpierce/rust-base64/blob/master/LICENSE-MIT) |
| [anyhow](https://github.com/dtolnay/anyhow)                       | [MIT](https://github.com/dtolnay/anyhow/blob/master/LICENSE-MIT)             |
| [once_cell](https://github.com/matklad/once_cell)                 | [MIT](https://github.com/matklad/once_cell/blob/master/LICENSE-MIT)          |
| [dashmap](https://github.com/xacrimon/dashmap)                    | [MIT](https://github.com/xacrimon/dashmap/blob/master/LICENSE)               |
| [bytes](https://github.com/tokio-rs/bytes)                        | [MIT](https://github.com/tokio-rs/bytes/blob/master/LICENSE)                 |
| [regex](https://github.com/rust-lang/regex)                       | [MIT](https://github.com/rust-lang/regex/blob/master/LICENSE-MIT)            |
| [rand](https://github.com/rust-random/rand)                       | [MIT](https://github.com/rust-random/rand/blob/master/LICENSE-MIT)           |
| [aws-config](https://github.com/awslabs/aws-sdk-rust)             | [Apache-2.0](https://github.com/awslabs/aws-sdk-rust/blob/main/LICENSE)      |
| [aws-sdk-secretsmanager](https://github.com/awslabs/aws-sdk-rust) | [Apache-2.0](https://github.com/awslabs/aws-sdk-rust/blob/main/LICENSE)      |
| [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust)            | [Apache-2.0](https://github.com/awslabs/aws-sdk-rust/blob/main/LICENSE)      |
| [aws-sdk-lambda](https://github.com/awslabs/aws-sdk-rust)         | [Apache-2.0](https://github.com/awslabs/aws-sdk-rust/blob/main/LICENSE)      |

The remainder of the code is covered by the [New Relic agent license agreement](https://docs.newrelic.com/docs/licenses/license-information/other-licenses/new-relic-agent-license).
