# 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 = "rslnp" version = "0.3.0" authors = ["porky11 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A configurable parser for scopes list notation (SLN)" homepage = "https://gitlab.com/porky11/rslnp" documentation = "https://docs.rs/rslnp" readme = "README.md" keywords = [ "parser", "scopes", "s-expression", "token-lists", ] categories = [ "parser-implementations", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/porky11/rslnp" [lib] name = "rslnp" path = "src/lib.rs" [[test]] name = "errors" path = "tests/errors.rs" [[test]] name = "features" path = "tests/features.rs" [dependencies.token-parser] version = "0.4.0" [dev-dependencies.token-lists] version = "0.2.0" features = ["parser"]