# 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 = "rocket_newrelic" version = "0.1.0" authors = ["Ben Sully "] description = "A Rocket fairing instrumenting requests using New Relic.\n\nAttach the fairing to your `Rocket` app, and any requests that include\na `Transaction` in their request guard will be instrumented using\nthe handler base path and name as the transaction name.\n" license = "MIT/Apache-2.0" repository = "https://github.com/sd2k/rocket_newrelic" [dependencies.diesel] version = "1" optional = true [dependencies.log] version = "0.4" [dependencies.newrelic] version = "0.2" [dependencies.rocket] version = "0.4" [dev-dependencies.reqwest] version = "0.9" [dev-dependencies.rocket_contrib] version = "0.4" [dev-dependencies.serde_json] version = "1"