[package]
edition = "2024"
rust-version = "1.88"
name = "type-bridge-cli"
version = "2.2.2"
authors = ["ds1sqe"]
build = "build.rs"
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeBridge V2 workspace command-line interface"
documentation = "https://docs.rs/type-bridge-cli/2.2.2"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/ds1sqe/type-bridge"
[lib]
name = "type_bridge_cli"
path = "src/lib.rs"
[[bin]]
name = "type-bridge"
path = "src/main.rs"
[[test]]
name = "e2e_workspace_live"
path = "tests/e2e_workspace_live.rs"
[[test]]
name = "migration_make_concurrency"
path = "tests/migration_make_concurrency.rs"
[[test]]
name = "schema_generate"
path = "tests/schema_generate.rs"
[[test]]
name = "sdk_v4_c_live"
path = "tests/sdk_v4_c_live.rs"
[[test]]
name = "sdk_v4_history"
path = "tests/sdk_v4_history.rs"
[[test]]
name = "sdk_v4_node_live"
path = "tests/sdk_v4_node_live.rs"
[[test]]
name = "sdk_v4_python_live"
path = "tests/sdk_v4_python_live.rs"
[[test]]
name = "sdk_v4_rust_live"
path = "tests/sdk_v4_rust_live.rs"
[[test]]
name = "tls_transport"
path = "tests/tls_transport.rs"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
[dependencies.type-bridge-contract]
version = "2.2.2"
[dependencies.type-bridge-migration]
version = "2.2.2"
[dependencies.type-bridge-orm]
version = "2.2.2"
[dependencies.type-bridge-schema]
version = "2.2.2"
[dependencies.type-bridge-schema-codegen]
version = "2.2.2"
[dependencies.type-bridge-schema-compat]
version = "2.2.2"
[dependencies.type-bridge-schema-migration]
version = "2.2.2"
[dependencies.type-bridge-schema-migration-typedb]
version = "2.2.2"
[dependencies.type-bridge-workspace]
version = "2.2.2"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = ["full"]
[dev-dependencies.type-bridge-typedb-runtime]
version = "2.2.2"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(coverage_nightly)",
"cfg(coverage)",
]