# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "silkworm_syn" version = "0.1.0-dev.1" authors = ["The silkworm developers"] description = "Parser for the Yarn interactive dialogue language. Internal dependency of silkworm." documentation = "https://docs.rs/crate/silkworm_syn" license = "MIT" repository = "https://github.com/silkworm-rs/silkworm" [dependencies.arraydeque] version = "0.4" [dependencies.arrayvec] version = "0.5.1" [dependencies.hashbrown] version = "0.7" features = ["raw"] [dependencies.silkworm_err] version = "0.1.0-dev.1" [dependencies.silkworm_sourcemap] version = "0.1.0-dev.1" [dependencies.thiserror] version = "1.0" [dependencies.unicode-xid] version = "0.2" [dev-dependencies.pretty_assertions] version = "0.6" [badges.maintenance] status = "experimental"