# 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 = "swift-package" version = "0.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo plugin and library for building Apple Swift Packages" readme = "README.md" categories = [ "development-tools::cargo-plugins", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/human-solutions/swift-package" [lib] name = "swift_package" path = "src/lib.rs" [[bin]] name = "swift-package" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.anyhow] version = "1.0" [dependencies.camino-fs] version = "0.1.3" [dependencies.cargo_metadata] version = "0.19" [dependencies.fs_extra] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12" [dependencies.time] version = "0.3" [dependencies.uniffi_bindgen] version = "0.28" [dependencies.xcframework] version = "0.1.0" [dependencies.xflags] version = "0.3" [dev-dependencies.tempfile] version = "3.13" [build-dependencies.cargo_metadata] version = "0.19"