cargo-textus 0.2.0

Cargo CLI and macros for Rustacean who are truly serious about writing
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 = "cargo-textus"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo CLI and macros for Rustacean who are truly serious about writing"
readme = "README.md"
license = "MPL-2.0"
repository = "https://git.sonjaehyuk.me/SLIB/cargo-textus"
resolver = "2"

[features]
cli = [
    "dep:anyhow",
    "dep:serde",
    "dep:serde_json",
]
default = ["cli"]

[lib]
name = "cargo_textus"
path = "src/lib.rs"
proc-macro = true

[[bin]]
name = "cargo-textus"
path = "src/main.rs"
required-features = ["cli"]

[[test]]
name = "cli"
path = "tests/cli.rs"
required-features = ["cli"]

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

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.quote]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.syn]
version = "3"

[dependencies.textus-core]
version = "0.2.0"