# 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 = "clean_insights_sdk" version = "2.3.0" authors = ["Benjamin Erhart "] description = "A privacy-preserving measurement framework." homepage = "https://cleaninsights.org" documentation = "https://cleaninsights.gitlab.io/clean-insights-rust-sdk/clean_insights_sdk/" readme = "README.md" keywords = [ "analytics", "measurements", "insights", "cleaninsights", ] license = "MIT" repository = "https://gitlab.com/cleaninsights/clean-insights-rust-sdk" [lib] name = "clean_insights_sdk" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "clean_insights_sdk_example" path = "example/example.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serial_test] version = "0.5.1" [dependencies.ureq] version = "2.1" features = ["charset"]