# 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 = "syntacks" version = "0.1.0-alpha0.2" authors = ["Scott Mohekey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An opinionated parser library for Rust" documentation = "https://docs.rs/syntax" readme = "README.md" keywords = [ "parser", "parser-combinators", "diagnostics", "combinators", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/smohekey/syntax" [lib] name = "syntacks" path = "src/lib.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.63"