datetime-rs-codegen 1.12.0

Date and time
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 = "datetime-rs-codegen"
version = "1.12.0"
authors = ["Luke Sneeringer <luke@sneeringer.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Date and time"
documentation = "https://docs.rs/datetime_rs"
readme = "README.md"
keywords = [
    "date",
    "time",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/lukesneeringer/datetime-rs"

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

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.syn]
version = "2"