# 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 = "apptrail-application-events-sdk" version = "0.0.1" 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" readme = "README.md" keywords = ["auditlogs", "apptrail", "security", "logging"] categories = ["api-bindings"] license = "Apache-2.0" [dependencies.backoff] version = "0.4" features = ["tokio"] [dependencies.base64] version = "0.13.0" [dependencies.jsonschema] version = "0.15" [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11.9" features = ["json", "multipart"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.tokio] version = "1.17.0" features = ["full"]