# 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 = "transformation-file" version = "0.6.0" authors = [ "Marcin Olichwiruk ", "Robert Mitwicki ", "MichaƂ Pietrus ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of OCAFile" readme = "README.md" license = "EUPL-1.2" [lib] name = "transformation_file" path = "src/lib.rs" [dependencies.indexmap] version = "1.8.0" features = ["serde"] [dependencies.oca-ast-transformation] version = "0.6.0" [dependencies.said] version = "0.4.1" features = ["macros"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0.49" [dependencies.wasm-bindgen] version = "0.2.89"