# 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 = "newrelic" version = "0.2.2" authors = ["Ben Sully "] description = "Idiomatic Rust bindings to the New Relic C SDK.\n\nNote: versions 0.1.0 onwards of this crate are completely incompatible\nwith previous versions as they move away from the deprecated New Relic SDK\nto the newer New Relic C SDK. This has additional requirements: see\nhttps://docs.newrelic.com/docs/agents/c-sdk/get-started/introduction-c-sdk\nfor details.\n" categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/sd2k/newrelic" [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = ">0.4.0" [dependencies.newrelic-sys] version = "0.2" [dependencies.pin-project] version = "0.4" optional = true [dev-dependencies.tokio] version = "0.2" features = ["full"] [features] async = ["pin-project"] default = [] distributed_tracing = ["libc"] [badges.maintenance] status = "passively-maintained"