# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xray-lite" version = "0.0.9" authors = [ "softprops ", "Kikuo Emoto ", ] description = "AWS X-Ray daemon client for Rust" homepage = "https://github.com/codemonger-io/xray-lite" documentation = "https://docs.rs/xray-lite" readme = "README.md" keywords = [ "aws", "x-ray", "lambda", "tracing", ] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/codemonger-io/xray-lite" resolver = "1" [lib] name = "xray_lite" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0"