# 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-errors" version = "0.0.3" authors = ["Aster <192607617@qq.com>"] description = "Error types for valkyrie language" documentation = "https://docs.rs/valkyrie-errors" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/nyar-vm/valkyrie.rs" resolver = "1" [dependencies.ariadne] version = "0.1.5" [dependencies.convert_case] version = "0.6.0" [dependencies.dashu] version = "0.3.1" features = ["serde"] optional = true [dependencies.indexmap] version = "1.9.2" [dependencies.itertools] version = "0.10.5" [dependencies.json5] version = "0.4.1" optional = true [dependencies.num] version = "0.4.0" features = ["serde"] optional = true [dependencies.peginator] version = "0.6.0" optional = true [dependencies.pratt] version = "0.4.0" optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.toml] version = "0.7.2" optional = true [dependencies.url] version = "2.2.2" [dev-dependencies] [features] default = []