# 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 = "ps-datachunk" version = "0.1.0-11" description = "Chunk-based data encrypter" license = "GPL-3.0-or-later" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [dependencies.ps-cypher] version = "0.1.0-7" [dependencies.ps-hash] version = "0.1.0-8" [dependencies.ps-mbuf] version = "0.1.0-3" [dependencies.rkyv] version = "0.7.44" features = ["validation"] [dependencies.thiserror] version = "1.0.61"