# 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-presentation" version = "0.7.2" authors = [ "Marcin Olichwiruk ", "Robert Mitwicki ", ] description = "Lib providing struct for OCA presentation" readme = "README.md" license = "EUPL-1.2" repository = "https://github.com/THCLab/oca-presentation" [lib] name = "oca_presentation" path = "src/lib.rs" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.isolang] version = "2.3.0" features = ["serde"] [dependencies.recursion] version = "0.5.2" [dependencies.said] version = "0.4.1" features = ["macros"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.56"