# 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 = "valkyrie-parser" version = "0.2.5" authors = ["192608617@qq.com"] description = "The hand write parser of valkyrie language" documentation = "https://docs.rs/valkyrie-parser" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/nyar-lang/NyarNative" [dependencies.num-bigint] version = "0.4.4" [dependencies.nyar-error] version = "0.1.12" features = [ "pratt", "yggdrasil-rt", "dashu", ] [dependencies.pratt] version = "0.4.0" [dependencies.valkyrie-ast] version = "0.1.*" [dependencies.yggdrasil-rt] version = "0.0.16" [dev-dependencies.anyhow] version = "1.0.79" [build-dependencies]