# 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 = "tokio-newrelic" version = "0.1.0" authors = ["AbrarNitk "] include = ["src/**/*", "Cargo.toml"] description = "It is an wrapper over the newrelic SDK." readme = "README.md" keywords = ["newrelic-rust-sdk", "async-newrelic", "async-newrelic-db", "tokio-newrelic-db"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/AbrarNitk/tokio-newrelic" [dependencies.antidote] version = "1.0.0" [dependencies.diesel] version = "1.4.5" features = ["r2d2", "chrono", "postgres"] [dependencies.lazy_static] version = "1" [dependencies.newrelic] version = "0.2" [dependencies.r2d2] version = "0.8.8" [dependencies.r2d2-diesel] version = "1.0.0" [dependencies.sqlparser] version = "0.5.1" [dependencies.tokio] version = "0.2.21" features = ["rt-core", "rt-util", "time"]