# 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 = "cargo-swift" version = "0.8.1" authors = ["Antonius Naumann "] build = false exclude = [ "/readme", "/.github", "/testing", "/swift-examples", "*-DRAFT.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo plugin to easily build Swift packages from Rust code for use in iOS and macOS applications" readme = "README.md" keywords = [ "macos", "ios", "uniffi", "spm", "swift", ] categories = [ "command-line-utilities", "development-tools", "development-tools::build-utils", "development-tools::cargo-plugins", "development-tools::ffi", ] license = "MIT OR Apache-2.0" repository = "https://github.com/antoniusnaumann/cargo-swift" [lib] name = "cargo_swift" path = "src/lib.rs" [[bin]] name = "cargo-swift" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.askama] version = "0.12.1" [dependencies.camino] version = "1.1.7" [dependencies.cargo_metadata] version = "0.15.4" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.convert_case] version = "0.6.0" [dependencies.dialoguer] version = "0.11.0" default-features = false [dependencies.execute] version = "0.2.13" [dependencies.glob] version = "0.3.1" [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.nonempty] version = "0.10.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.uniffi_bindgen] version = "=0.28.1" [features]