[package]
name = "strftime-ruby"
version = "1.3.2"
authors = ["Ryan Lopopolo <rjl@hyperbo.la>", "x-hgg-x"]
license = "MIT"
edition = "2021"
rust-version = "1.84.0"
readme = "README.md"
repository = "https://github.com/artichoke/strftime-ruby"
documentation = "https://docs.rs/strftime-ruby"
homepage = "https://github.com/artichoke/strftime-ruby"
description = "Ruby `Time#strftime` parser and formatter"
keywords = ["ruby", "strftime", "time"]
categories = [
"date-and-time",
"no-std",
"no-std::no-alloc",
"parser-implementations",
"value-formatting",
]
include = ["/src/**/*", "/tests/**/*", "/LICENSE", "/README.md"]
[lib]
name = "strftime"
[features]
default = ["std"]
std = ["alloc"]
alloc = []
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = []
rustdoc-args = ["--cfg", "docsrs"]