# 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 = "utf-32-to-utf-8" version = "1.0.4" authors = ["Will Parsons"] description = "Convert UTF-32 to UTF-8 encoding." homepage = "https://entrocraft.com/dungeon/character-encoding-algorithms/utf-32-to-utf-8/" documentation = "https://github.com/entrovoid/rust-utf-32-to-utf-8/blob/master/README.md" keywords = ["bom", "decode", "encode", "utf-32be", "utf-32le"] categories = ["embedded", "encoding", "game-development", "internationalization", "no-std"] license = "MIT-0" repository = "https://github.com/entrovoid/rust-utf-32-to-utf-8"