# 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 = "po_ones_nerfect" version = "0.1.4" authors = ["PoOnesNerfect "] description = """ Renamed to [tsyncp](https://crates.io/crates/tsyncp); but it's still WIP. """ homepage = "https://github.com/PoOnesNerfect/tsyncp" documentation = "https://docs.rs/tsyncp/" readme = "README.md" keywords = [ "channel", "sync", "mpsc", "tcp", ] categories = [ "network-programming", "encoding", ] license = "MIT" repository = "https://github.com/PoOnesNerfect/tsyncp" resolver = "2" [dependencies.bytecheck] version = "0.6" optional = true [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.prost] version = "0.10" features = ["std"] optional = true default-features = false [dependencies.rkyv] version = "0.7" features = ["validation"] optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.snafu] version = "0.7" features = [ "default", "futures", ] [dependencies.tokio] version = "1" features = [ "sync", "net", "macros", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.fake] version = "2.4" features = ["derive"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "sync", "net", "macros", "rt-multi-thread", ] [features] default = [ "json", "protobuf", "rkyv", ] json = [ "serde", "serde_json", ] protobuf = ["prost/std"] rkyv = [ "dep:rkyv", "bytecheck", ]