[dependencies.chrono]
default-features = false
features = ["alloc", "std", "clock", "now"]
version = "0.4"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.stabby]
optional = true
version = "72.1"
[dev-dependencies]
[features]
all = ["serde", "stabby"]
default = []
serde = ["dep:serde"]
stabby = ["dep:stabby"]
[lib]
name = "sourcetrait_stdx"
path = "src/lib.rs"
[package]
authors = ["SourceTrait <development@sourcetrait.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Extended standard library for SourceTrait Common"
edition = "2024"
homepage = "https://sourcetrait.com"
keywords = ["sourcetrait", "common", "stdx"]
license = "AGPL-3.0-or-later WITH GPL-3.0-linking-source-exception"
name = "sourcetrait_stdx"
readme = "README.md"
repository = "https://github.com/sourcetrait/sourcetrait_common"
resolver = "2"
version = "1.5.1"
[[test]]
name = "fs_find"
path = "tests/fs_find.rs"
[[test]]
name = "fs_touch"
path = "tests/fs_touch.rs"
[[test]]
name = "usage"
path = "tests/usage.rs"