# 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 = "cart_container" version = "1.0.0" authors = ["The Canadian Center for Cybersecurity"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ The CaRT file format is used to store or transfer malware and it's associated metadata. It neuters the malware so it cannot be executed, and encrypts it so anti-virus software cannot flag the CaRT file as malware. """ readme = "readme.md" keywords = ["cybersecurity"] categories = [ "algorithms", "compression", "encoding", ] license = "MIT" repository = "https://github.com/CybercentreCanada/cart-rs" [lib] name = "cart_container" crate-type = ["lib"] path = "src/lib.rs" [dependencies.bytes] version = "1.3" [dependencies.flate2] version = "1" [dependencies.md-5] version = "0.10" optional = true [dependencies.rc4] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" optional = true [dependencies.sha2] version = "0.10" [dev-dependencies.tempfile] version = "3" [features] default = [ "md5", "sha1", ] md5 = ["dep:md-5"] sha1 = ["dep:sha1"]