# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "serde_pipe" version = "0.1.3" authors = ["Alec Mocatta "] description = "Turn serde+bincode into a pipe: push `T`s and pull `u8`s, or vice versa.\n\nThis library gives you a `Serializer` pipe, into which you can push `T`s and pull `u8`s; and a `Deserializer` pipe, into which you can push `u8`s and pull `T`s.\n" homepage = "https://github.com/alecmocatta/serde_pipe" documentation = "https://docs.rs/serde_pipe/0.1.3" readme = "README.md" keywords = ["serde", "serialize", "pipe"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/alecmocatta/serde_pipe" [dependencies.bincode] version = "1.0" [dependencies.either] version = "1.5" [dependencies.fringe] version = "1.2.4" optional = true package = "deploy-temp-fringe" [dependencies.serde] version = "1.0" [dev-dependencies.rand] version = "0.7" features = ["small_rng"] [badges.azure-devops] pipeline = "tests" project = "alecmocatta/serde_pipe" [badges.maintenance] status = "actively-developed"