Files
third_party_rust_os_str_bytes/Cargo.toml
T
2019-12-07 10:24:24 -05:00

18 lines
482 B
TOML

[package]
name = "os_str_bytes"
version = "0.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*"]
description = """
Traits for converting between byte sequences and platform-native strings.
"""
repository = "https://github.com/dylni/os_str_bytes"
readme = "README.md"
keywords = ["osstr", "os_str", "osstring", "os_string", "bytes"]
categories = ["command-line-interface", "development-tools::ffi", "os"]
license = "MIT OR Apache-2.0"
[dev-dependencies]
getrandom = "0.1.13"