# 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 = "quantum-worm" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A quantum-resistant secure file transfer system." documentation = "https://docs.rs/quantum-worm" readme = "README.md" license = "MIT" repository = "https://github.com/goldenhippo58/quantum-worm" [package.metadata.docs.rs] features = ["default"] [lib] name = "quantum_worm" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "quantum-worm" path = "src/main.rs" [[example]] name = "example_transfer" path = "examples/example_transfer.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.aes-gcm] version = "0.10" [dependencies.bincode] version = "1.3" [dependencies.generic-array] version = "0.14" [dependencies.pqcrypto-kyber] version = "0.8" [dependencies.pqcrypto-traits] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]