• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.61.0"
15name = "os_str_bytes"
16version = "6.6.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 = "1.0"
63optional = true
64
65[dependencies.uniquote]
66version = "3.0"
67optional = true
68
69[dev-dependencies.fastrand]
70version = "2.0"
71
72[dev-dependencies.lazy_static]
73version = "1.4"
74
75[features]
76checked_conversions = ["conversions"]
77conversions = []
78default = [
79    "memchr",
80    "raw_os_str",
81]
82nightly = []
83raw_os_str = []
84