ackorelic 0.1.9

Idiomatic Rust bindings to the New Relic C SDK.
Documentation
# 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 = "ackorelic"
version = "0.1.9"
authors = ["Ankit Das <ankit.das@acko.tech>", "AbrarNitk <abrar.nitk@gmail.com>"]
include = ["src/**/*", "Cargo.toml"]
description = "Idiomatic Rust bindings to the New Relic C SDK."
readme = "README.md"
keywords = ["newrelic-rust-ffi"]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ackotech/ackorelic"
[dependencies.derive_more]
version = "0.14.0"

[dependencies.diesel]
version = "1.0.0"
features = ["postgres"]

[dependencies.lazy_static]
version = "~1.3.0"

[dependencies.log]
version = ">0.4.0"

[dependencies.newrelic-sys]
version = "0.1"

[dependencies.sqlparser]
version = "0.4.0"

[dependencies.threadpool]
version = "1.7.1"