[[bench]]
harness = false
name = "expand_path"
path = "benches/expand_path.rs"
[[bench]]
harness = false
name = "expand_text"
path = "benches/expand_text.rs"
[dependencies.camino]
version = "1.1.9"
[dependencies.dirs-sys]
version = "0.5.0"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.unicode-segmentation]
version = "1.12.0"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.tempfile]
version = "3.15.0"
[lib]
name = "komichi"
path = "src/lib.rs"
[package]
authors = ["Six <riku67348@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "filesystem", "os"]
description = "Application tools for working with file-system paths"
documentation = "https://docs.rs/komichi"
edition = "2024"
keywords = ["paths", "utf8", "unicode", "filesystem"]
license = "MIT OR Apache-2.0"
name = "komichi"
readme = "README.md"
repository = "https://gitlab.com/riku6/komichi"
version = "2.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-apple-darwin"]
[profile.dev]
debug = 2
opt-level = 0
[profile.release]
debug = 0
[[test]]
name = "expand"
path = "tests/expand.rs"
[[test]]
name = "expand_text"
path = "tests/expand_text.rs"
[[test]]
name = "expand_text_file"
path = "tests/expand_text_file.rs"
[[test]]
name = "get_cwd"
path = "tests/get_cwd.rs"
[[test]]
name = "get_home"
path = "tests/get_home.rs"
[[test]]
name = "system"
path = "tests/system.rs"
[[test]]
name = "use_cwd"
path = "tests/use_cwd.rs"
[[test]]
name = "use_home"
path = "tests/use_home.rs"
[[test]]
name = "utf8_path_buf"
path = "tests/utf8_path_buf.rs"