swift-rs 1.0.7

Call Swift from Rust with ease!
Documentation
[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[dependencies.base64]
version = "0.21.0"

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

[dependencies.serde_json]
optional = true
version = "1.0"

[dev-dependencies.serial_test]
version = "0.10"

[features]
build = ["serde", "serde_json"]
default = []

[lib]
name = "swift_rs"
path = "src-rs/lib.rs"

[package]
authors = ["The swift-rs contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "src-rs/test-build.rs"
description = "Call Swift from Rust with ease!"
edition = "2021"
exclude = ["/src-swift", "*.swift"]
license = "MIT OR Apache-2.0"
name = "swift-rs"
readme = "README.md"
repository = "https://github.com/Brendonovich/swift-rs"
version = "1.0.7"

[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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