# 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 = "dencode" version = "0.3.0" authors = ["Swift Navigation ", "Matt Hunzinger "] description = "Utilities for decoding and encoding frames from readers and writers." homepage = "https://github.com/swift-nav/dencode" documentation = "https://docs.rs/crate/dencode" readme = "README.md" keywords = ["decode", "encode", "codec"] categories = ["encoding", "asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/swift-nav/dencode" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1" [dependencies.futures-sink] version = "0.3" optional = true [dependencies.futures-util] version = "0.3" features = ["io"] optional = true default-features = false [dependencies.pin-project] version = "1" optional = true [dev-dependencies.futures] version = "0.3.7" [features] async = ["futures-sink", "futures-util", "pin-project"] default = ["async"]