# 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 = "path_to_unicode_filename" version = "0.1.1" description = "The library encodes file path separators and common directory names, producing a reversible unicode string that can be used as a filename. It's useful in the case when you want to extract data or features from any file and store them in a specific directory." readme = "README.md" keywords = [ "path", "filename", "escape", "encode", "unicode", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/amachang/path_to_unicode_filename" [dependencies.nom] version = "7.1.3" [dev-dependencies.ucd] version = "0.1.1"