daymo 0.1.0

Digital art and design tools
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.94"
name = "daymo"
version = "0.1.0"
authors = ["Works End"]
build = false
exclude = [
    ".*",
    "app",
    "design",
    "web",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Digital art and design tools"
homepage = "https://worksend.com"
readme = "README.md"
keywords = [
    "daymo",
    "digital-art",
    "design",
]
categories = ["graphics"]
license-file = "LICENSE"
repository = "https://github.com/worksend/daymo"
resolver = "2"

[features]

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

[dependencies.anyhow]
version = "1.0.101"

[dev-dependencies]

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unused_extern_crates = "warn"