# 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.70.0" name = "rusty_falcon" version = "0.4.0" authors = ["CrowdStrike Inc"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for CrowdStrike Falcon API" homepage = "https://github.com/CrowdStrike/rusty-falcon" readme = "README.md" keywords = [ "api", "crowdstrike", "falcon", "security", "vulnerability", ] categories = [ "api-bindings", "asynchronous", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/CrowdStrike/rusty-falcon" [package.metadata.typos.default] extend-ignore-identifiers-re = [ "[0-9a-fA-F][0-9a-fA-F]", "ot_", "_tto", ] [package.metadata.typos.files] extend-exclude = [] [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 [lib] name = "rusty_falcon" path = "src/lib.rs" [[example]] name = "falcon_custom_ioas" path = "examples/falcon_custom_ioas.rs" [[example]] name = "falcon_discover_hosts" path = "examples/falcon_discover_hosts.rs" [[example]] name = "falcon_get_cid" path = "examples/falcon_get_cid.rs" [[example]] name = "falcon_host_details" path = "examples/falcon_host_details.rs" [[example]] name = "falcon_spotlight_vulnerabilities" path = "examples/falcon_spotlight_vulnerabilities.rs" [[example]] name = "falcon_supported_kernels" path = "examples/falcon_supported_kernels.rs" [[example]] name = "falcon_zta" path = "examples/falcon_zta.rs" [[example]] name = "intel_indicators" path = "examples/intel_indicators.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.openssl] version = "0.10.66" [dependencies.openssl-sys] version = "0.9.103" [dependencies.reqwest] version = "0.12.8" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.url] version = "2.5.2" [dev-dependencies.clap] version = "4.5.19" features = ["derive"] [dev-dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", ]