# 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 = "libreofficekit" version = "0.3.0" authors = ["Jacobtread "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LibreOfficeKit implementation in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/jacobtread/libreofficekit" [lib] name = "libreofficekit" path = "src/lib.rs" [[test]] name = "convert" path = "tests/convert.rs" [[test]] name = "instance" path = "tests/instance.rs" [dependencies.bitflags] version = "2" [dependencies.dlopen2] version = "0.7.0" [dependencies.num_enum] version = "0.7" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2.2"