# 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 = "ovunto-security" version = "0.1.16" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for secure end-to-end communication between clients through a server." documentation = "https://docs.rs/ovunto-security" readme = "README.md" license = "MIT" repository = "https://github.com/Galitan-dev/Ovunto-Security" [lib] name = "ovunto_security" path = "src/lib.rs" [[example]] name = "client" path = "examples/client/main.rs" [[example]] name = "server" path = "examples/server/main.rs" [[example]] name = "totp" path = "examples/totp.rs" [dependencies.aes-gcm] version = "~0.10" [dependencies.argon2] version = "~0.5" features = ["simple"] [dependencies.base32] version = "~0.4" [dependencies.base64] version = "0.22" [dependencies.blake3] version = "~1.5" [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.eyre] version = "~0.6" [dependencies.hex] version = "~0.4" features = ["serde"] [dependencies.hmac] version = "~0.12" [dependencies.ovunto-security-macros] version = "~0.1" [dependencies.quote] version = "~1.0" [dependencies.rand] version = "~0.8" [dependencies.rand_core] version = "~0.6" features = ["std"] [dependencies.rsa] version = "~0.9" [dependencies.secp256k1] version = "~0.29" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.sha1] version = "~0.10" features = ["oid"] [dependencies.sha2] version = "~0.10" features = ["oid"] [dev-dependencies.actix-web] version = "~4.5" [dev-dependencies.cli-clipboard] version = "~0.4" [dev-dependencies.cursive] version = "~0.20" [dev-dependencies.dotenvy] version = "~0.15" [dev-dependencies.env_logger] version = "~0.11" [dev-dependencies.isahc] version = "~1.7" [dev-dependencies.serde_yaml] version = "~0.9"