1[package] 2 3name = "cesu8" 4version = "1.1.0" 5authors = ["Eric Kidd <[email protected]>"] 6 7description = "Convert to and from CESU-8 encoding (similar to UTF-8)" 8license = "Apache-2.0/MIT" 9readme = "README.md" 10 11repository = "https://github.com/emk/cesu8-rs" 12documentation = "http://emk.github.io/cesu8-rs/cesu8/index.html" 13 14[features] 15# Allow access to unstable features when being built with a nightly compiler, 16# to keep travis-cargo happy and enable access to benchmarks if we want them. 17unstable = [] 18