pgschema 0.2.15

Prototype for PG-SChema with property constraints
# 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 = "pgschema"
version = "0.2.15"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prototype for PG-SChema with property constraints"
homepage = "https://github.com/wesopapers/pgschemapc"
readme = "README.md"
keywords = [
    "pgschema",
    "property-graphs",
    "property-constraints",
]
categories = [
    "command-line-utilities",
    "web-programming",
    "parser-implementations",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/wesopapers/pgschemapc"
resolver = "2"

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

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

[dev-dependencies.rustemo-compiler]
version = "0.7"

[dev-dependencies.tracing-test]
version = "0.2"

[build-dependencies.rustemo-compiler]
version = "0.7"

[target.'cfg(not(target_family = "wasm"))'.dependencies.anyhow]
version = "1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.clap]
version = "4.5"
features = ["derive"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.clientele]
version = "0.3.8"
features = [
    "dotenv",
    "subcommands",
    "std",
]
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.colored]
version = "3"

[target.'cfg(not(target_family = "wasm"))'.dependencies.csv]
version = "1.3.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.either]
version = "1.13"
features = ["serde"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.itertools]
version = "0.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.regex]
version = "1.11"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rustemo]
version = "0.7.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde]
version = "1"
features = ["derive"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde_json]
version = "1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.text-diff]
version = "0.4.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.thiserror]
version = "2.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.time]
version = "0.3"
features = [
    "macros",
    "parsing",
    "serde",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.tracing]
version = "0.1"