# 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 = "c_utf8" version = "0.1.0" authors = ["Nikolai Vazquez"] include = ["Cargo.toml", "src/**/*.rs", "README*", "CHANGELOG*", "LICENSE*"] description = "UTF-8 encoded C string types" homepage = "https://github.com/nvzqz/c-utf8-rs" documentation = "https://docs.rs/c_utf8" keywords = ["c", "string", "utf-8", "unicode", "text"] categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/nvzqz/c-utf8-rs" [build-dependencies.version_check] version = "0.1" [features] default = ["std"] std = [] try_from = [] [badges.travis-ci] repository = "nvzqz/c-utf8-rs"