# 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" rust-version = "1.71" name = "sikula" version = "0.4.4" authors = ["Jens Reimann "] description = "A simple query language" readme = "README.md" keywords = [ "query", "language", "parser", ] categories = [ "parser-implementations", "parsing", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/ctron/sikula" [package.metadata."docs.rs"] all-features = true [[example]] name = "cli" required-features = ["time"] [[test]] name = "manual" required-features = ["time"] [[test]] name = "derive" required-features = ["time"] [dependencies.chumsky] version = "1.0.0-alpha.6" features = ["std"] default-features = false [dependencies.sea-orm] version = "0.12" optional = true [dependencies.sikula-macros] version = "0.4.2" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "parsing", "macros", ] optional = true [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.time] version = "0.3" features = [ "parsing", "macros", ] [features] default = [ "time", "spill-stack", ] spill-stack = ["chumsky/spill-stack"]