xcframework 0.2.0

A Cargo plugin and library for building Apple XCFrameworks
Documentation
# 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 = "2024"
name = "xcframework"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Cargo plugin and library for building Apple XCFrameworks"
readme = "README.md"
categories = [
    "development-tools::cargo-plugins",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/human-solutions/xcframework"

[lib]
name = "xcframework"
path = "src/lib.rs"

[[bin]]
name = "xcframework"
path = "src/main.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.camino-fs]
version = "0.1"
features = ["serde"]

[dependencies.cargo_metadata]
version = "0.23"
features = ["builder"]

[dependencies.glob]
version = "0.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.xflags]
version = "0.3"

[dependencies.xshell]
version = "0.2"

[dependencies.yansi]
version = "1.0"

[dependencies.zip-extensions]
version = "0.13"
default-features = false

[dev-dependencies.tempfile]
version = "3.21"