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