mirror of
https://github.com/openharmony/third_party_rust_os_str_bytes.git
synced 2026-07-19 17:13:33 -04:00
26 lines
695 B
TOML
26 lines
695 B
TOML
[package]
|
|
name = "os_str_bytes"
|
|
version = "2.3.1"
|
|
authors = ["dylni"]
|
|
edition = "2018"
|
|
exclude = [".*", "/rustfmt.toml", "/tests"]
|
|
description = """
|
|
Traits for converting between byte sequences and platform-native strings
|
|
"""
|
|
repository = "https://github.com/dylni/os_str_bytes"
|
|
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"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustc-args = ["--cfg", "os_str_bytes_docs_rs"]
|
|
rustdoc-args = ["--cfg", "os_str_bytes_docs_rs"]
|
|
|
|
[dev-dependencies]
|
|
getrandom = "0.1"
|
|
|
|
[features]
|
|
raw = []
|