type-bridge-cli 2.1.0

TypeBridge V2 workspace command-line interface
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"
rust-version = "1.88"
name = "type-bridge-cli"
version = "2.1.0"
authors = ["ds1sqe"]
build = false
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.1.0"
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 = "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.1.0"

[dependencies.type-bridge-migration]
version = "2.1.0"

[dependencies.type-bridge-orm]
version = "2.1.0"

[dependencies.type-bridge-schema]
version = "2.1.0"

[dependencies.type-bridge-schema-codegen]
version = "2.1.0"

[dependencies.type-bridge-schema-compat]
version = "2.1.0"

[dependencies.type-bridge-schema-migration]
version = "2.1.0"

[dependencies.type-bridge-schema-migration-typedb]
version = "2.1.0"

[dependencies.type-bridge-workspace]
version = "2.1.0"

[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.1.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage_nightly)",
    "cfg(coverage)",
]