# 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 = "noxs" version = "1.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for authenticated encryption (ChaCha20-Poly1305) with password-based key derivation (Argon2id)" homepage = "https://raidshift.com" readme = "README.md" license = "MIT" repository = "https://github.com/raidshift/NoXS" [profile.release] opt-level = 3 panic = "abort" [lib] name = "noxs" path = "src/lib.rs" [[bin]] name = "noxs" path = "src/main.rs" [dependencies.argon2-kdf] version = "1.5" [dependencies.base64] version = "0.22" [dependencies.chacha20poly1305] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rpassword] version = "7.3"