Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

17
vendor/cesu8/Cargo.toml vendored Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "cesu8"
version = "1.1.0"
authors = ["Eric Kidd <git@randomhacks.net>"]
description = "Convert to and from CESU-8 encoding (similar to UTF-8)"
license = "Apache-2.0/MIT"
readme = "README.md"
repository = "https://github.com/emk/cesu8-rs"
documentation = "http://emk.github.io/cesu8-rs/cesu8/index.html"
[features]
# Allow access to unstable features when being built with a nightly compiler,
# to keep travis-cargo happy and enable access to benchmarks if we want them.
unstable = []