# 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 = "yap_streaming" version = "0.2.0" authors = ["Easyoakland <97992568+Easyoakland@users.noreply.github.com>"] include = [ "Cargo.toml", "LICENSE", "README.md", "src/**/*", ] description = "Yap extension crate for parsing streams" homepage = "https://github.com/Easyoakland/yap_streaming" documentation = "https://docs.rs/yap_streaming/" readme = "README.md" categories = ["parsing"] license = "MIT" repository = "https://github.com/Easyoakland/yap_streaming" [[example]] name = "fizzbuzz" path = "examples/fizzbuzz.rs" required-features = ["alloc"] [dependencies.yap] version = "0.12.0" [features] alloc = [] default = ["alloc"]