# 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 = "binator_context" version = "0.0.2" authors = ["Stargateur"] include = [ "readme.md", "license.md", "Cargo.toml", "rustfmt.toml", "src/**/*.rs", ] description = "Group commun context handle to use with binator" readme = "readme.md" keywords = [ "parsing", "combinator", "context", ] categories = ["parsing"] license = "Zlib" repository = "https://github.com/binator/context" [package.metadata.docs.rs] all-features = true [dependencies.binator_core] version = "0.0.2" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.smallvec] version = "1.7" features = [ "const_new", "union", "const_generics", ] optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true [features] alloc = ["binator_core/alloc"] default = [ "stack", "tree", "alloc", "smallvec/serde", ] stack = [ "smallvec", "binator_core/smallvec", ] tree = [ "smallvec", "binator_core/smallvec", "alloc", ]