# 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 = "cowbird" version = "0.1.1" description = "EDR tool" license = "MIT OR Apache-2.0" repository = "https://github.com/erikwilson/cowbird" resolver = "2" [dependencies.chrono] version = "~0.4" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.hex] version = "~0.4" [dependencies.lazy_static] version = "~1.4" [dependencies.positioned-io] version = "~0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.serde_yaml] version = "~0.8" [dependencies.slog] version = "~2.5" [dependencies.slog-envlogger] version = "~2.2" [dependencies.slog-json] version = "~2.5" [dependencies.substring] version = "~1.4" [dependencies.tempfile] version = "3" [dependencies.whoami] version = "~1.2" [dependencies.yaml-split] version = "~0.3" [target."cfg(target_family = \"unix\")".dependencies.stdio-override] version = "~0.1"