# 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-compiler" version = "0.11.3" 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.atomic_refcell] version = "0.1.8" [dependencies.cargo_toml] version = "0.10.3" [dependencies.codespan] version = "0.11.1" features = ["serialization"] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.heck] version = "0.4.0" [dependencies.hotg-rune-core] version = "^0.11.0" [dependencies.hotg-rune-proc-blocks] version = "^0.11.0" default-features = false [dependencies.indexmap] version = "1.8.0" features = ["serde-1"] [dependencies.indoc] version = "1.0.3" [dependencies.legion] version = "0.4.0" features = ["serialize", "codegen", "extended-tuple-impls"] default-features = false [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.9.0" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.14" [dependencies.regex] version = "1.5.4" [dependencies.schemars] version = "0.8.8" features = ["indexmap"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.serde_yaml] version = "0.8.23" [dependencies.toml] version = "0.5.8" [dependencies.zip] version = "0.5.13" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.jsonschema] version = "0.13.3" default-features = false [dev-dependencies.pretty_assertions] version = "1.0.0"