# 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 = "rsexpr" version = "0.2.5" authors = ["RubixDev "] description = "Small and simple S-expression parsing and manipulation with support for square-bracketed groups and strings" readme = "README.md" keywords = [ "s-expression", "sexp", "sexpr", "parser", "tree-sitter", ] categories = ["parser-implementations"] license = "GPL-3.0-only" repository = "https://github.com/RubixDev/syntastica" [package.metadata.docs.rs] all-features = true [package.metadata.release] release = false shared-version = false [dependencies.document-features] version = "0.2.7" optional = true [dependencies.thiserror] version = "1.0.40" [build-dependencies.rustc_version] version = "0.4.0" optional = true [features] comments = [] default = [] docs = [ "dep:document-features", "dep:rustc_version", ]