# 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" rust-version = "1.64" name = "crowdstrike-cloudproto" version = "0.3.1" description = "The binary protocol used between Crowdstrike’s Falcon Sensor and cloud servers" readme = "README.md" keywords = [ "async", "api", "protocol", ] categories = [ "network-programming", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tux3/crowdstrike-cloudproto/" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.2.1" [dependencies.crc32fast] version = "1.3.2" [dependencies.futures-util] version = "0.3.23" features = ["sink"] [dependencies.hex] version = "0.4.3" [dependencies.sha2] version = "0.10.2" optional = true [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1" features = ["io-util"] [dependencies.tokio-util] version = "0.7.3" features = ["codec"] [dependencies.tracing] version = "0.1.36" [dependencies.xz2] version = "0.1.7" features = ["static"] optional = true [dev-dependencies.anyhow] version = "1.0.62" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha2] version = "0.10.2" [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.15" features = [ "env-filter", "fmt", ] [features] default = [ "lfo-compress-xz", "lfo-check-hash", ] lfo-check-hash = ["dep:sha2"] lfo-compress-xz = ["dep:xz2"]