ordinal 0.4.0

Format numbers as ordinals efficiently.
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 = "2021"
name = "ordinal"
version = "0.4.0"
authors = ["Heath Stewart (https://github.com/heaths)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Format numbers as ordinals efficiently."
readme = "README.md"
keywords = [
    "number",
    "ordinal",
]
categories = [
    "no-std",
    "value-formatting",
]
license = "MPL-2.0"
repository = "https://github.com/heaths/ordinal-rs"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "ordinal"
path = "src/lib.rs"
bench = false

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

[[bench]]
name = "ordinal"
path = "benches/ordinal.rs"
harness = false
required-features = ["std"]

[dev-dependencies.chrono]
version = "0.4.39"
features = [
    "alloc",
    "clock",
]
default-features = false

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

[dev-dependencies.num-format]
version = "0.4.4"

[dev-dependencies.num-ordinal]
version = "0.2.0"

[dev-dependencies.ordinal-legacy]
version = "0.3.2"
package = "ordinal"

[dev-dependencies.ordinal-type]
version = "0.3.0"

[profile.release]
panic = "abort"
strip = "symbols"