# 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-ast" version = "0.1.12" authors = ["Aster <192607617@qq.com>"] description = "Strong typed abstract syntax tree of valkyrie language" documentation = "https://docs.rs/valkyrie-ast" readme = "readme.md" keywords = [ "valkyrie", "ast", "parser", "language", ] categories = ["data-structures"] license = "MPL-2.0" repository = "https://github.com/nyar-vm/valkyrie.rs" [dependencies.deriver] version = "0.0.0" [dependencies.lispify] version = "0.1.0" optional = true [dependencies.nyar-error] version = "0.1.12" features = ["pratt"] [dependencies.pretty-print] version = "0.1.9" optional = true [dependencies.serde] version = "1.0.196" optional = true default-features = false [features] default = [] serde = [ "dep:serde", "serde/derive", ] std = [ "pretty-print?/std", "serde?/std", ]