sac13 0.1.0

The reference implementation for the SAC13 calendar 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 = "sac13"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The reference implementation for the SAC13 calendar system."
homepage = "https://sac13.net"
documentation = "https://docs.rs/sac13"
readme = "README.md"
keywords = [
    "sac13",
    "calendar",
]
categories = ["date-and-time"]
license = "0BSD"
repository = "https://codeberg.org/SAC13/sac13.rs"

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

[dependencies]

[dev-dependencies.insta]
version = "1.43.1"
features = ["yaml"]

[lints.clippy]
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unknown_lints = "deny"

[lints.rustdoc]
unescaped_backticks = "warn"

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3