# 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 = "plabble-codec" version = "0.1.0" authors = [ "maurictg", "Job79", "misthios", ] description = "Plabble Transport Protocol codec" homepage = "https://plabble.github.io" readme = "README.md" categories = [ "cryptography", "encoding", "chat", "plabble", ] license = "BSD-3-Clause" repository = "https://github.com/plabble/ptp-rust" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "plabble_codec" crate-type = ["rlib"] [dependencies.chacha20] version = ">=0.9" [dependencies.chacha20poly1305] version = ">=0.10" [dependencies.hkdf] version = ">=0.12" [dependencies.itertools] version = ">=0.10" [dependencies.poly1305] version = ">=0.8" [dependencies.rand] version = ">=0.8" [dependencies.sha2] version = ">=0.10" [dependencies.time] version = ">=0.3" [dependencies.wasm-bindgen] version = ">=0.2" [dev-dependencies.time-macros] version = ">=0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = ">=0.2" features = ["js"]