auric 0.1.4

CLI for the Ember-inspired Auric SPA framework
# 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 = "auric"
version = "0.1.4"
authors = ["David Rauschenbach <david@megalithic.llc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Ember-inspired Auric SPA framework"
homepage = "https://docs.auric.spa"
readme = "README.md"
keywords = [
    "ember",
    "spa",
]
categories = [
    "command-line-interface",
    "gui",
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://gitlab.com/megalithic-llc/auric-spa/auric.git"
resolver = "2"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.change-case]
version = "0.2.0"

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

[dependencies.handlebars]
version = "6.4.2"

[dependencies.pluralizer]
version = "0.5.0"

[dependencies.syn]
version = "3.0"
features = [
    "extra-traits",
    "full",
    "parsing",
    "visit",
]

[dependencies.tokio]
version = "1.53"
features = ["full"]

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

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

[lints.clippy]
unwrap_used = "deny"