# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "utf8conv" version = "0.1.0" authors = ["tyz18delbar-open@yahoo.com"] include = ["LICENSE", "LICENSE-MIT", "README.md", ".gitignore", "Cargo.toml", "/src/*.rs", "/src/*/*.rs", "/examples/*.rs", "/benchmarks/*.rs", "/tests/*.rs", "/doc/*.md"] autoexamples = false description = "A UTF8 / Unicode Converter for no_std" documentation = "https://docs.rs/utf8conv" readme = "README.md" keywords = ["utf8", "unicode", "chars", "no_std"] categories = ["encoding", "localization", "internationalization", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/tttwang23/utf8conv" [[example]] name = "single_buffer_iterator" path = "examples/single_buffer_iterator.rs" [[example]] name = "multi_buffer_iterator" path = "examples/multi_buffer_iterator.rs" [[example]] name = "single_buffer_slice_reading" path = "examples/single_buffer_slice_reading.rs" [[example]] name = "multi_buffer_slice_reading" path = "examples/multi_buffer_slice_reading.rs" [[example]] name = "real_io_slice" path = "examples/real_io_slice.rs" [[example]] name = "real_io_iterator" path = "examples/real_io_iterator.rs" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.rand] version = "0.8.3" features = ["small_rng"] default-features = false [dev-dependencies.stackfmt] version = "0.1.2" [build-dependencies.version_check] version = "0.9" [features] alloc = ["core"] core = [] default = ["core"] docsrs = [] std = ["alloc", "core"] [badges.maintenance] status = "experimental"