39 lines
1.3 KiB
TOML
39 lines
1.3 KiB
TOML
# 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 believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
name = "widestring"
|
|
version = "0.4.3"
|
|
authors = ["Kathryn Long <squeeself@gmail.com>"]
|
|
description = "A wide string FFI library for converting to and from wide strings, such as those often used in Windows API or other FFI libraries. Both UTF-16 and UTF-32 types are provided."
|
|
readme = "README.md"
|
|
keywords = ["wide", "string", "win32", "utf-16", "utf-32"]
|
|
categories = ["text-processing", "encoding"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/starkat99/widestring-rs.git"
|
|
[dev-dependencies.winapi]
|
|
version = "0.3"
|
|
features = ["winbase"]
|
|
|
|
[features]
|
|
alloc = []
|
|
default = ["std"]
|
|
std = ["alloc"]
|
|
[badges.appveyor]
|
|
repository = "starkat99/widestring-rs"
|
|
|
|
[badges.maintenance]
|
|
status = "passively-maintained"
|
|
|
|
[badges.travis-ci]
|
|
repository = "starkat99/widestring-rs"
|