nounsql 0.1.3

NounSQL: a DSL for database schema design, compiled to SQL DDL.
# 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.91"
name = "nounsql"
version = "0.1.3"
authors = ["misebox"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NounSQL: a DSL for database schema design, compiled to SQL DDL."
homepage = "https://misebox.github.io/nounsql"
readme = "README.md"
keywords = [
    "dsl",
    "ddl",
    "schema",
    "sql",
    "postgres",
]
categories = [
    "database",
    "compilers",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/misebox/nounsql"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.nounsql-core]
version = "0.1.3"
features = ["serde"]

[dependencies.serde_json]
version = "1"

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

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