[package] name = "oca-presentation" version = "0.7.2" edition = "2021" description = "Lib providing struct for OCA presentation" authors = ["Marcin Olichwiruk ", "Robert Mitwicki "] license = "EUPL-1.2" readme = "README.md" repository = "https://github.com/THCLab/oca-presentation" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "oca_presentation" path = "src/lib.rs" [dependencies] indexmap = { version = "2.1.0", features = ["serde"] } isolang = { version = "2.3.0", features = ["serde"] } recursion = "0.5.2" said = { version = "0.4.1", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } thiserror = "1.0.56"