# 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 = "rapt" version = "0.1.4" authors = ["Yurii Rashkovskii "] description = "Runtime application instrumentation toolkit" documentation = "https://docs.rs/rapt" license = "MIT/Apache-2.0" repository = "https://github.com/ropes-rs/rapt" [package.metadata.docs.rs] all-features = true dependencies = ["libssl-dev"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.mqttc] version = "0.1" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.serde] version = "1.0" [dependencies.netopt] version = "0.1" optional = true [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.rapt_derive] version = "^0.1" [dev-dependencies.assert_matches] version = "1.1" [features] mqtt_publisher = ["mqttc"] default = ["timestamp_instruments"] timestamp_instruments = ["chrono"]