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