schema-sql-generator 0.2.0

A set of tools to manage relational database schemas
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 = "schema-sql-generator"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A set of tools to manage relational database schemas"
homepage = "https://github.com/jstano/schema-rs"
documentation = "https://docs.rs/schema-sql-generator"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jstano/schema-rs"

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

[[bin]]
name = "schema-sql-generator"
path = "src/main.rs"

[dependencies.clap]
version = "^4.5.50"

[dependencies.rust_string_utils]
version = "^0.1.20"

[dependencies.schema-model]
version = "0.2.0"

[dependencies.schema-parser]
version = "0.2.0"