[package] name = "apptrail-application-events-sdk" version = "0.0.1" edition = "2018" authors = ["Apptrail Team "] description = "Apptrail Application Events SDK for Rust" homepage = "https://apptrail.com" documentation = "https://apptrail.com/docs/applications/guide/working-with-events/using-the-events-sdk/application-events-sdk-rust" license = "Apache-2.0" readme = "README.md" keywords = ["auditlogs", "apptrail", "security", "logging"] categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4" base64 = "0.13.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.11.9", features = ["json", "multipart"] } backoff = { version = "0.4", features = ["tokio"] } uuid = { version = "0.8", features = ["v4"] } jsonschema = "0.15" [dev-dependencies] tokio = { version = "1.17.0", features = ["full"] } chrono="0.4"