# 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 = "2018" name = "async-codec" version = "0.4.1" authors = ["Josh Robson Chase "] description = "Utilities for creating async codecs" homepage = "https://gitlab.com/jrobsonchase/async-codec" documentation = "https://docs.rs/async-codec" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://gitlab.com/jrobsonchase/async-codec" [dependencies.bytes] version = "1.0.0" optional = true [dependencies.futures] version = "0.3.7" default_features = false [dependencies.polymer-core] version = "0.1.0" optional = true [dev-dependencies.async-std] version = "1.6.5" features = ["attributes"] [features] default = ["std"] embrio = ["polymer-core"] std = ["futures/std", "bytes"]