weaveffi-cli 0.1.0

Command-line tool for generating multi-language FFI bindings from API definitions
# 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 = "weaveffi-cli"
version = "0.1.0"
authors = ["WeaveFFI Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for generating multi-language FFI bindings from API definitions"
readme = false
keywords = [
    "ffi",
    "codegen",
    "bindings",
    "cli",
    "code-generation",
]
categories = [
    "development-tools::ffi",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/weavefoundry/weaveffi"

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

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

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

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

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

[dependencies.camino]
version = "1.1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.weaveffi-core]
version = "0.1.0"

[dependencies.weaveffi-gen-android]
version = "0.1.0"

[dependencies.weaveffi-gen-c]
version = "0.1.0"

[dependencies.weaveffi-gen-node]
version = "0.1.0"

[dependencies.weaveffi-gen-swift]
version = "0.1.0"

[dependencies.weaveffi-gen-wasm]
version = "0.1.0"

[dependencies.weaveffi-ir]
version = "0.1.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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

[lints.rust]
unsafe_code = "deny"