# 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 = "santiago" version = "1.3.1" authors = ["Kevin Amado "] description = "A lexing and parsing toolkit for Rust" keywords = ["parser", "api", "framework", "text", "serialization"] categories = ["parsing", "algorithms", "compilers", "parser-implementations", "text-processing"] license = "GPL-3.0-only" repository = "https://github.com/kamadorueda/santiago" resolver = "2" [profile.release] lto = true codegen-units = 1 [dependencies.crate_regex] version = "1" features = ["std", "perf-dfa", "perf-inline", "unicode"] optional = true default-features = false package = "regex" [features] default = ["crate_regex", "language_calculator", "language_nix"] language_calculator = [] language_nix = []