# 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 = "nym-outfox" version = "0.1.0" authors = ["Nym Technologies SA"] description = "Outfox package format" license = "Apache-2.0" repository = "https://github.com/nymtech/nym" [dependencies.blake3] version = "1.3" [dependencies.chacha20] version = "0.9.0" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.curve25519-dalek] version = "3.2" [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.5.1" [dependencies.sphinx-packet] version = "0.1.0" [dependencies.thiserror] version = "1" [dependencies.zeroize] version = "1.5" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.fastrand] version = "1.8"