# 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 = "2021" name = "splunk" version = "0.1.1-alpha7" description = "Splunk client implementation supporting HEC and REST APIs" homepage = "https://github.com/yaleman/splunk-rs" documentation = "https://yaleman.github.io/splunk-rs/splunk/" readme = "README.md" license = "MIT" repository = "https://github.com/yaleman/splunk-rs" [dependencies.async-trait] version = "0.1.74" [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.27" [dependencies.futures-util] version = "0.3.27" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.15" features = [ "json", "stream", "cookies", "gzip", "async-compression", ] [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.94" [dependencies.sxd-document] version = "0.3.2" [dependencies.sxd-xpath] version = "0.4.2" [dependencies.tokio] version = "1.26.0" features = [ "rt", "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.12" features = ["io-util"] [dependencies.tokio-util] version = "0.7.7" features = [ "io-util", "futures-io", ] [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.clap] version = "4.2.1" features = [ "derive", "env", ] [features] test_ci = []