# 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 = "kamo" version = "0.9.4" authors = ["TypedDuck "] include = [ "LICENSE-*", "README.md", "CHANGELOG.md", "Cargo.toml", "/src", "/tests/macros", "/tests/sexpr", "/tests/types", ] description = "A library to assist in the creation of an interpreter or compiler and its associated runtime." homepage = "https://github.com/typedduck/kamo" readme = "README.md" keywords = [ "paser-combinators", "type-checker", "memory-management", "garbage-collection", ] categories = [ "parsing", "parser-implementations", "data-structures", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/typedduck/kamo" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.kamo-macros] version = "0.1.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.20" features = [ "std", "release_max_level_info", "max_level_trace", ] [dependencies.memchr] version = "2.6.4" [dependencies.paste] version = "1.0.14" optional = true [dependencies.regex] version = "1.10.2" optional = true [dependencies.smallvec] version = "1.11.2" features = ["union"] [dependencies.smartstring] version = "1.0.1" [dependencies.unicode-ident] version = "1.0.12" [dev-dependencies.kamo-macros] version = "0.1.0" [features] default = [] macros = ["dep:kamo-macros"] regex = ["dep:regex"] types = [ "dep:lazy_static", "dep:paste", ] [lints.clippy] cargo = "warn" complexity = "warn" correctness = "warn" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn"