# 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 = "obg" version = "3.0.1" authors = ["†нøμ9нτςя¡мə "] exclude = [ "tests", "docs", ] description = "encrypt or decrypt something with nothing or vice-versa" homepage = "https://github.com/whynothingmatters/obg" documentation = "https://docs.rs/obg" readme = "README.md" license = "GPL-3.0-or-later" [lib] name = "obg" path = "src/lib.rs" [[bin]] name = "obg" path = "src/main.rs" bench = false [dependencies.aes] version = "0.8.3" features = [ "hazmat", "zeroize", ] [dependencies.chacha20] version = "0.9.1" features = [ "std", "zeroize", ] [dependencies.chrono] version = "0.4.31" features = [ "alloc", "arbitrary", "rkyv", "pure-rust-locales", "libc", "serde", ] [dependencies.cipher] version = "0.4.4" features = [ "alloc", "block-padding", "rand_core", "std", "zeroize", "blobby", "dev", ] [dependencies.clap] version = "4.3.12" features = [ "derive", "env", "string", "unicode", "wrap_help", ] [dependencies.clap_builder] version = "4.3.19" features = [ "env", "unicode", "string", "wrap_help", ] [dependencies.console] version = "0.15.7" [dependencies.crc] version = "3.0.1" [dependencies.gzip] version = "0.1.2" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.hmac] version = "0.12.1" features = ["std"] [dependencies.indicatif] version = "0.17.6" [dependencies.iocore] version = "0.1.10" [dependencies.pbkdf2] version = "0.12.2" features = [ "rayon", "sha1", "std", "sha2", "password-hash", ] [dependencies.rand] version = "0.8.5" features = ["std"] [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.171" features = [ "derive", "rc", "alloc", ] [dependencies.serde_json] version = "1.0.103" features = [ "alloc", "preserve_order", "indexmap", "float_roundtrip", "arbitrary_precision", ] [dependencies.serde_repr] version = "0.1.16" [dependencies.serde_yaml] version = "0.9.23" [dependencies.sha3] version = "0.10.8" [dependencies.shellexpand] version = "3.1.0" features = ["full"] [dependencies.time] version = "0.2.23" [dependencies.url] version = "2.4.0" features = [ "serde", "expose_internals", ] [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.k9] version = "0.11.6" [dev-dependencies.serde_assert] version = "0.5.0" [dev-dependencies.walkdir] version = "2.4.0"