[dependencies.lazy_static]
version = "1.5"
[dependencies.regex]
version = "1.11"
[lib]
name = "length"
path = "src/lib.rs"
[package]
authors = ["Ringo Leese <webmaster@ringoleese.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library to handle length/distances easyly. It can parse a string with several units (m, km, mi, ft, ...) into the Length-struct and converting into other units."
edition = "2021"
homepage = "https://github.com/ringostarr80/rust-length"
keywords = ["length", "distance", "converter"]
license = "CC0-1.0"
name = "length"
readme = "README.md"
repository = "https://github.com/ringostarr80/rust-length"
version = "0.2.3"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"