# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jaso" version = "1.0.1" authors = [ "Junghyun Nam ", "Hyeon Kim ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ jaso normalizes filenames to their Unicode NFC format in parallel, and is much faster than convmv(1). """ homepage = "https://github.com/cr0sh/jaso" readme = "README.md" keywords = [ "cli", "convmv", "unicode", "nfc", "hangul", ] categories = ["command-line-utilities"] license = "Apache-2.0 OR MIT" repository = "https://github.com/cr0sh/jaso" [profile.release] panic = "abort" [[bin]] name = "jaso" path = "src/main.rs" [[test]] name = "ui" path = "tests/ui.rs" [dependencies.async-recursion] version = "1.0.0" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.clap_complete] version = "4.5.33" [dependencies.rlimit] version = "0.10.2" [dependencies.tokio] version = "1.23.0" features = [ "sync", "rt", "rt-multi-thread", "parking_lot", "macros", "time", "fs", ] [dependencies.unicode-normalization] version = "0.1.22"