# 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] name = "libcantal" version = "0.3.2" authors = ["paul@colomiets.name"] description = " A rust library to submit statistics to cantal monitoring server\n" homepage = "https://github.com/tailhook/cantal-rs" documentation = "https://docs.rs/libcantal/" readme = "README.rst" keywords = ["linux", "monitoring", "meter"] categories = ["api-bindings"] license = "MIT/Apache-2.0" [lib] name = "libcantal" path = "src/lib.rs" [dependencies.libc] version = "0.2.22" [dependencies.serde_json] version = "1.0.2" [dependencies.atomic] version = "0.3.3" [dependencies.quick-error] version = "1.2.0" [dependencies.log] version = "0.3.7" [dependencies.serde] version = "1.0.0" [dev-dependencies.env_logger] version = "0.4.2" [dev-dependencies.lazy_static] version = "0.2.1"