[package] name = "posthog-rs" license = "MIT" version = "0.2.2" authors = ["christos "] description = "An unofficial Rust client for Posthog (https://posthog.com/)." repository = "https://github.com/openquery-io/posthog-rs" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.3", features = ["blocking"] } serde = { version = "1.0.125", features = ["derive"] } chrono = {version = "0.4.19", features = ["serde"] } serde_json = "1.0.64"