# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aws_greengrass_core_rust" version = "0.1.37" authors = ["Pete Matern ", "Jack Wright "] build = "build.rs" description = "Provides an idiomatic Rust wrapper around the AWS Greengrass Core C SDK to more easily enable Greengrass native lambda functions in Rust." license = "Apache-2.0" [dependencies.base64] version = "0.12" [dependencies.crossbeam-channel] version = "^0.4" [dependencies.lazy_static] version = "^1.4" [dependencies.log] version = "^0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.13" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.uuid] version = "0.8" features = ["v4"] [build-dependencies.bindgen] version = "0.52.0" [build-dependencies.cmake] version = "0.1" [features] coverage = ["uuid"] default = [] mock = []