# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "paths-as-strings" version = "0.1.1" authors = ["Philip Daniels "] description = "paths_as_strings is a small crate with two public free-functions for\nunambiguously and universally encoding Paths as UTF-8 strings, and then\ndecoding them back into Paths.\n" homepage = "https://github.com/PhilipDaniels/paths_as_strings" documentation = "https://github.com/PhilipDaniels/paths_as_strings" readme = "README.md" keywords = ["path", "String", "encode", "MRU", "filesystem"] categories = ["encoding", "filesystem"] license = "MIT" repository = "https://github.com/PhilipDaniels/paths_as_strings" [dependencies.base64] version = "0.10" [dev-dependencies.separator] version = "0.3.1" [dev-dependencies.walkdir] version = "2"