# 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 = "oca-ast-semantics" version = "0.6.0" authors = [ "Marcin Olichwiruk ", "Robert Mitwicki ", "MichaƂ Pietrus ", ] build = false include = [ "src/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for handling Abstract Syntax Tree of OCA bundle" readme = "README.md" license = "EUPL-1.2" [lib] name = "oca_ast_semantics" path = "src/lib.rs" [dependencies.env_logger] version = "0.10.0" [dependencies.indexmap] version = "1.9.3" features = ["serde"] [dependencies.log] version = "0.4.0" [dependencies.recursion] version = "0.5.1" [dependencies.said] version = "0.4.1" features = ["macros"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.3" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.38" [dependencies.wasm-bindgen] version = "0.2.89"