# 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_core" version = "0.0.2" authors = ["Stargateur"] include = [ "readme.md", "license.md", "Cargo.toml", "rustfmt.toml", "build.rs", "src/**/*.rs", ] description = "This contains all cores traits needed to work with binator" readme = "readme.md" keywords = [ "parsing", "combinator", "core", ] categories = ["parsing"] license = "Zlib" repository = "https://github.com/binator/core" [package.metadata.docs.rs] all-features = true [dependencies.either] version = "1.7" optional = true default-features = false [dependencies.owo-colors] version = "3" optional = 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 [dev-dependencies] [build-dependencies.quote] version = "1" [build-dependencies.rustfmt-wrapper] version = "0.1" [build-dependencies.syn] version = "1" [features] alloc = [] default = [ "hashmap", "serde", "smallvec", "either", ] hashmap = ["std"] nightly = [] std = ["alloc"] tracing = ["dep:tracing"]