[]
= "crossplatform_path"
# binary executable does not need to be SemVer, because nobody depends on it
= "4.0.7"
= "Crossplatform Path - Rust library"
= ["bestia.dev"]
= "https://bestia.dev"
= "2024"
= "MIT"
= "README.md"
= "https://codeberg.org/bestia-dev-ready-for-use/crossplatform_path"
# Keyword must be only one word: lowercase letters, hyphens(-) or numbers, less then 35 characters, at most 5 keywords per crate
= ["maintained", "ready-for-use", "rustlang","crossplatform"]
# allowed categories are listed here <https://crates.io/category_slugs>
= ["filesystem"]
# publish as a cargo tool. Only this files.
= true
= [
"Cargo.toml",
"LICENSE",
"README.md",
"src/*"
]
# SemVer rules: Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
# WARNING: Although dependencies in Cargo.toml look like a specific version of the crate, they are just like a caret version (^x.y.z) and actually specify
# the minimum version and allow automatic SemVer compatible updates up to a MAJOR increment! Always check the true version with `cargo tree`!
[]
= "2.0.17"
="1.0.100"
= {="0.3.44", =["macros","local-offset"]}
= "1.1.5"
= "0.4.44"