# 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 = "ppaass-codec" version = "0.1.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The codec part for ppaass application" readme = "README.md" license = "MIT" [lib] name = "ppaass_codec" path = "src/lib.rs" [dependencies.bincode] version = "1" [dependencies.bytes] version = "1" [dependencies.flate2] version = "1" [dependencies.ppaass-crypto] version = "0.1.3" [dependencies.ppaass-protocol] version = "0.1.7" [dependencies.pretty-hex] version = "0" [dependencies.thiserror] version = "1" [dependencies.tokio-util] version = "0" features = ["codec"] [dependencies.tracing] version = "0.1"