# 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 = "cooklang-bindings" version = "0.14.1" authors = ["dubadub "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cooklang Uniffi bindings" readme = "README.md" keywords = [ "cooklang", "unuffi", ] license = "MIT" repository = "https://github.com/cooklang/cooklang-rs" [lib] name = "cooklang_bindings" crate-type = [ "cdylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "uniffi-bindgen" path = "src/uniffi-bindgen.rs" required-features = ["uniffi/cli"] [dependencies.anyhow] version = "1.0" [dependencies.clap_derive] version = "4.0.0-rc.1" [dependencies.cooklang] version = "0.14.0" [dependencies.uniffi] version = "0.28.1"