nmcr_project 0.0.0

nmcr project crate
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 = "nmcr_project"
version = "0.0.0"
authors = ["Sasha Koss <koss@nocorp.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nmcr project crate"
readme = false
license = "MIT"
repository = "https://github.com/kossnocorp/nmcr"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.config]
version = "0.15.15"

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

[dependencies.toml]
version = "0.8.19"
features = [
    "parse",
    "display",
]

[dependencies.wax]
version = "0.6"
features = ["walk"]