calz 0.0.2

A Rust library for multi-calendar conversion.
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 = "calz"
version = "0.0.2"
authors = ["Youssef Adly <youssefadly237@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for multi-calendar conversion."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/youssefadly237/calz"

[features]
astro = []
default = ["std"]
std = []
tables = []

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.proptest]
version = "1"