# 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.76.0" name = "ion_shell_parser" version = "0.2.0" description = """ Parser for the scripting language of the ion shell. """ readme = "README.md" keywords = [ "parser", "ion_shell", ] categories = ["parser"] license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/ion_lsp" [dependencies.derive_more] version = "0.99.17" features = [ "as_ref", "deref", "from", "into", "display", ] default-features = false [dependencies.once_cell] version = "1.19.0" [dependencies.pest] version = "2.7.8" [dependencies.pest_derive] version = "2.7.8" [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = [] ion_shell_parser_trace_parse_phase = ["dep:tracing"]