treesap 0.1.0

A #[derive(Parser)] interface for sap
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"
rust-version = "1.85"
name = "treesap"
version = "0.1.0"
authors = ["Matilde Morrone <contact@matilde.pet>"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A #[derive(Parser)] interface for sap"
documentation = "https://docs.rs/treesap"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tailwags/sap"

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

[dependencies.sap]
version = "0.2.0"

[dependencies.treesap-macros]
version = "0.1.0"

[dev-dependencies.anyhow]
version = "1.0.102"