[package] name = "xray-lite" version = "0.0.9" authors = ["softprops ", "Kikuo Emoto "] edition = "2021" description = "AWS X-Ray daemon client for Rust" license = "MIT" keywords = ["aws", "x-ray", "lambda", "tracing"] readme = "../README.md" documentation = "https://docs.rs/xray-lite" homepage = "https://github.com/codemonger-io/xray-lite" repository = "https://github.com/codemonger-io/xray-lite" categories = ["development-tools::debugging", "development-tools::profiling"] [lib] name = "xray_lite" [dependencies] thiserror = "1.0" rand = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"