# 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" rust-version = "1.74.0" name = "os_str_bytes" version = "7.0.0" authors = ["dylni"] exclude = [ ".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/tests", ] description = """ Lossless functionality for platform-native strings """ 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.3.5" optional = true [dev-dependencies.fastrand] version = "2.0" [dev-dependencies.lazy_static] version = "1.0.3" [dev-dependencies.tempfile] version = "3.8" [features] checked_conversions = ["conversions"] conversions = [] default = [ "memchr", "raw_os_str", ] raw_os_str = []