# 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 = "fmtparse" version = "0.2.0" include = [ "/src/**/*.rs", "/LICENSE", ] description = "Parse format!-like strings" keywords = [ "fmt", "format", "format-string", ] categories = [ "parser-implementations", "development-tools::procedural-macro-helpers", ] license = "EPL-2.0" repository = "https://github.com/msrd0/fmtparse" [dependencies.chumsky] version = "0.9" [dev-dependencies.ariadne] version = "0.1"