romcal 4.0.0-beta.6

Core Rust library for calculating Catholic liturgical dates and calendars
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 = "romcal"
version = "4.0.0-beta.6"
authors = ["Étienne Magnier <etienne.magnier@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Rust library for calculating Catholic liturgical dates and calendars"
homepage = "https://github.com/emagnier/romcal"
readme = "README.md"
keywords = [
    "liturgical",
    "calendar",
    "catholic",
    "christian",
    "easter",
]
categories = ["date-and-time"]
license = "Apache-2.0"
repository = "https://github.com/emagnier/romcal"

[features]
bundled-data = []
cli = ["dep:clap"]
default = []
schema-gen = ["schemars"]
ts-bindings = ["ts-rs"]

[lib]
name = "romcal"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bin]]
name = "generate-schema"
path = "src/bin/generate_schema.rs"
required-features = ["schema-gen"]

[[bin]]
name = "generate-ts-types"
path = "src/bin/generate_ts_types.rs"
required-features = ["ts-bindings"]

[[bin]]
name = "json_roundtrip_test"
path = "src/bin/json_roundtrip_test.rs"

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.schemars]
version = "1.1"
optional = true

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

[dependencies.serde_json]
version = "1.0"
features = [
    "alloc",
    "preserve_order",
]
default-features = false

[dependencies.strsim]
version = "0.11"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.ts-rs]
version = "10"
features = ["no-serde-warnings"]
optional = true

[dev-dependencies.serde_test]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.22.0"

[build-dependencies.serde_json]
version = "1.0"
features = ["alloc"]
default-features = false