# 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 = "2018" name = "hotg-rune-syntax" version = "0.7.0" authors = ["The Rune Developers "] description = "Runefile parsing and analysis." homepage = "https://hotg.dev/" readme = "README.md" keywords = ["rune", "tinyml", "container", "machine", "learning"] categories = ["science", "parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/hotg-ai/rune" resolver = "2" [dependencies.codespan] version = "0.11.0" features = ["serialization"] [dependencies.codespan-reporting] version = "0.11.0" [dependencies.indexmap] version = "1.6.2" features = ["serde-1"] [dependencies.once_cell] version = "1.7.2" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dev-dependencies.pretty_assertions] version = "0.7.0"