# 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.74" name = "cc-taxii2-client-rs" version = "0.1.5" authors = ["plasticuproject "] description = "Minimal CloudCover TAXII2.1 Rust client library " documentation = "https://docs.rs/cc-taxii2-client.rs" readme = "README.md" keywords = [ "taxii", "taxii2", "cloudcover", ] license = "GPL-3.0" repository = "https://github.com/plasticuproject/cc-taxii2-client-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [lib] crate-type = ["lib"] doctest = false [dependencies.base64] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.ureq] version = "2.9" features = ["json"] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.version-sync] version = "0.9" [badges.maintenance] status = "actively-developed" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"