# 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 = "2018" rust-version = "1.52.0" name = "os_str_bytes" version = "6.0.0" authors = ["dylni"] exclude = [".*", "/rustfmt.toml", "/tests"] description = "Utilities for converting between byte sequences and platform-native strings\n" readme = "README.md" keywords = ["bytes", "osstr", "osstring", "path", "windows"] categories = ["command-line-interface", "development-tools::ffi", "encoding", "os", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/dylni/os_str_bytes" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "os_str_bytes_docs_rs"] rustdoc-args = ["--cfg", "os_str_bytes_docs_rs"] [dependencies.memchr] version = "2.4" optional = true [dependencies.print_bytes] version = "0.5" optional = true [dependencies.uniquote] version = "3.0" optional = true [dev-dependencies.getrandom] version = "0.2" [features] default = ["memchr", "raw_os_str"] raw_os_str = []