tinyrick 0.0.25

a freeform Rust build system
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 = "tinyrick"
version = "0.0.25"
authors = ["Andrew Pennebaker <n4jm4@pm.me>"]
build = false
exclude = ["example"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a freeform Rust build system"
documentation = "https://docs.rs/tinyrick/"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/mcandre/tinyrick"

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

[[bin]]
name = "tinyrick"
path = "src/tinyrick.rs"

[dependencies.ctor]
version = "0.6.2"

[dependencies.die]
version = "0.2.0"

[dependencies.getopts]
version = "0.2.24"

[dependencies.proc-macro2]
version = "1.0.103"

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
version = "2.0.111"
features = ["full"]

[dependencies.tinyrick_macros]
version = "0.0.3"

[dependencies.tinyrick_models]
version = "0.0.2"

[profile.release]
strip = "symbols"