1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.57.0"
15name = "os_str_bytes"
16version = "6.4.1"
17authors = ["dylni"]
18exclude = [
19    ".*",
20    "tests.rs",
21    "/rustfmt.toml",
22    "/src/bin",
23    "/tests",
24]
25description = """
26Convert between byte sequences and platform-native strings
27"""
28readme = "README.md"
29keywords = [
30    "bytes",
31    "osstr",
32    "osstring",
33    "path",
34    "windows",
35]
36categories = [
37    "command-line-interface",
38    "development-tools::ffi",
39    "encoding",
40    "os",
41    "rust-patterns",
42]
43license = "MIT OR Apache-2.0"
44repository = "https://github.com/dylni/os_str_bytes"
45
46[package.metadata.docs.rs]
47all-features = true
48rustc-args = [
49    "--cfg",
50    "os_str_bytes_docs_rs",
51]
52rustdoc-args = [
53    "--cfg",
54    "os_str_bytes_docs_rs",
55]
56
57[dependencies.memchr]
58version = "2.4"
59optional = true
60
61[dependencies.print_bytes]
62version = "0.7"
63optional = true
64
65[dependencies.uniquote]
66version = "3.0"
67optional = true
68
69[dev-dependencies.getrandom]
70version = "0.2"
71
72[features]
73checked_conversions = []
74default = [
75    "memchr",
76    "raw_os_str",
77]
78raw_os_str = []
79