# 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 = "dyck" version = "0.1.0" authors = ["Race Williams "] description = "A crate for running Dyck and InterDyck algorithms over languages of generic token enum instances or string slice types." documentation = "https://docs.rs/dyck" keywords = [ "dyck", "spa", "grammar", ] license = "MIT" repository = "https://github.com/raquentin/dyck" [dependencies.dyck-derive] version = "0.1.0" optional = true [features] default = [] derive = ["dyck-derive"]