# 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 = "tokio_x_codec" version = "0.0.1-beta1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tokio codec. auto impl tokio_util::codec::Encoder and tokio_util::codec::Decoder. " readme = "README.md" license = "MIT" [lib] name = "tokio_x_codec" path = "src/lib.rs" [[example]] name = "readme" path = "examples/readme.rs" [dependencies.paste] version = "1" [dependencies.tokio-util] version = "0.7" features = ["codec"] default-features = false [dependencies.tokio_codec_macros] version = "0.0.1-beta1" [dependencies.xid] version = "1.1" optional = true [dev-dependencies.futures-util] version = "0.3" features = ["sink"] [dev-dependencies.tokio] version = "1" features = [ "macros", "net", "rt-multi-thread", ] default-features = false [dev-dependencies.tokio-util] version = "0.7" features = [ "codec", "net", ]