28 lines
620 B
TOML
28 lines
620 B
TOML
[package]
|
|
name = "re_format"
|
|
authors.workspace = true
|
|
description = "Miscellaneous tools to format and parse numbers, durations, etc."
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
include.workspace = true
|
|
license.workspace = true
|
|
publish = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
|
|
[dependencies]
|
|
half.workspace = true
|
|
itertools.workspace = true
|
|
num-traits.workspace = true
|
|
re_log.workspace = true
|
|
# Do NOT add any complex dependencies here. Keep this crate lightweight!
|