nautilus-orm-codegen 0.1.6

Code generator for Nautilus ORM schema files
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 = "2021"
name = "nautilus-orm-codegen"
version = "0.1.6"
authors = ["y0gm4"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generator for Nautilus ORM schema files"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "sql",
    "query-builder",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/y0gm4/nautilus"

[package.metadata.wix]
upgrade-guid = "B75F8964-1B21-40CD-B02B-A9B4B5BC81A2"
path-guid = "AEF3BD7C-1A8B-47D4-B584-665E3FE00E67"
license = false
eula = false

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

[[bin]]
name = "nautilus-codegen"
path = "src/main.rs"

[[test]]
name = "parse_schema_tests"
path = "tests/parse_schema_tests.rs"

[[test]]
name = "readme_contract_tests"
path = "tests/readme_contract_tests.rs"

[[test]]
name = "snapshot_tests"
path = "tests/snapshot_tests.rs"

[[test]]
name = "type_helpers_tests"
path = "tests/type_helpers_tests.rs"

[[test]]
name = "writer_tests"
path = "tests/writer_tests.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.console]
version = "0.16.3"

[dependencies.heck]
version = "0.5"

[dependencies.nautilus-schema]
version = "0.1"
package = "nautilus-orm-schema"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tera]
version = "1.19"

[dev-dependencies.insta]
version = "1"
features = ["filters"]

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
all = "warn"
nursery = "allow"
pedantic = "allow"

[lints.rust]
unsafe_code = "forbid"