layered-crate 0.4.3

Tool to declare and verify internal dependencies amongst modules inside a crate
# 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 = "layered-crate"
version = "0.4.3"
authors = ["Pistonight <pistonknight@outlook.com>"]
build = false
exclude = [
    ".github/**/*",
    "tests/**/*",
    "README.md",
    "Taskfile.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool to declare and verify internal dependencies amongst modules inside a crate"
readme = "README.md"
keywords = [
    "layered",
    "crate",
    "dependencies",
    "module",
]
categories = [
    "rust-patterns",
    "development-tools",
    "development-tools::build-utils",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/Pistonite/layered-crate"

[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWThJQKJaXayoZBe0YV5LV4KFkQwcqQ6Fg9dJBz18JnpHGdf/cHUyKs+"

[[bin]]
name = "layered-crate"
path = "src/main.rs"

[dependencies.cu]
version = "0.7.3"
features = [
    "cli",
    "process",
    "toml",
    "json",
]
package = "pistonite-cu"

[dependencies.itertools]
version = "0.14.0"

[dependencies.pm]
version = "0.2.5"
features = ["full"]
default-features = false
package = "pistonite-pm"

[dependencies.serde]
version = "1"