[package]
edition = "2018"
name = "unicode-bom"
version = "0.1.0"
authors = ["Phil Booth <pmbooth@gmail.com>"]
description = "Unicode byte-order mark detection for files and byte arrays."
readme = "README.md"
keywords = ["unicode", "bom", "utf", "byte", "order"]
categories = ["parsing", "encoding"]
license = "Apache-2.0"
repository = "https://gitlab.com/philbooth/unicode-bom"
[dependencies]
[badges.gitlab]
branch = "master"
repository = "https://gitlab.com/philbooth/unicode-bom"
[badges.maintenance]
status = "actively-developed"