# 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 = "unsigned-varint" version = "0.3.3" authors = ["Parity Technologies "] description = "unsigned varint encoding" readme = "README.md" license = "MIT" repository = "https://github.com/paritytech/unsigned-varint" [package.metadata.docs.rs] all-features = true [[bench]] name = "benchmark" harness = false [dependencies.bytes] version = "0.5.3" optional = true [dependencies.futures-io] version = "0.3.4" optional = true [dependencies.futures-util] version = "0.3.4" features = ["io"] optional = true [dependencies.futures_codec] version = "0.3.4" optional = true [dependencies.nom] version = "5" optional = true [dependencies.tokio-util] version = "0.2" features = ["codec"] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.futures-executor] version = "0.3.4" [dev-dependencies.hex] version = "0.4" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.tokio-util] version = "0.2" features = ["codec"] [features] codec = ["bytes", "tokio-util"] futures = ["futures-io", "futures-util"] futures-codec = ["bytes", "futures_codec"]