# 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 = "ciftl-rs" version = "0.1.0" authors = ["sandinpool "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ciftl-rs is a library, which contains some cipher components." readme = "README.md" keywords = [ "crypter", "hash", "cipher", ] license = "GPL-3.0" [lib] name = "ciftl" path = "src/lib.rs" [[bin]] name = "ciftl-crypter" path = "bin/ciftl-crypter.rs" required-features = ["tools"] [dependencies.base64] version = "0.21.0" [dependencies.chacha20] version = "0.9.1" [dependencies.clap] version = "4.5.13" features = [ "derive", "std", "default", ] optional = true default-features = false [dependencies.crc32c] version = "0.6.8" [dependencies.crc32fast] version = "1.4.2" [dependencies.hex] version = "0.4.3" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.prettytable] version = "0.10.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.210" [features] tools = [ "clap", "prettytable", ]