# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rudderanalytics" version = "1.1.4" description = "The RudderStack Rust SDK is an analytics client to track events from your Rust application" readme = "README.md" keywords = [ "rudder", "rudderanalytics", "analytics", "rust", "rudderstack", ] license = "MIT" repository = "https://github.com/rudderlabs/rudder-sdk-rust" [[bin]] name = "rudderanalytics" path = "src/main.rs" required-features = ["cli"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.2" optional = true [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [features] cli = ["clap"] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]