# 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 = "somen" version = "0.3.1" authors = ["watcol "] include = [ "README.md", "Cargo.toml", "src/**/*.rs", ] description = "An asynchronous parser combinator." readme = "README.md" keywords = [ "parser-combinator", "parser", "async", "asynchronous", ] categories = [ "parsing", "asynchronous", ] license = "MIT" repository = "https://github.com/watcol/somen" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.futures-core] version = "0.3" default_features = false [dependencies.futures-io] version = "0.3" optional = true [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.futures] version = "0.3" [features] alloc = ["futures-core/alloc"] default = ["std"] nightly = [] std = [ "alloc", "futures-core/std", "futures-io", ]