| # 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 = "unicode-bom" |
| version = "2.0.3" |
| authors = ["Phil Booth <[email protected]>"] |
| description = "Unicode byte-order mark detection for files and byte arrays." |
| documentation = "https://philbooth.gitlab.io/unicode-bom/unicode_bom/" |
| 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 = "philbooth/unicode-bom" |
| |
| [badges.maintenance] |
| status = "actively-developed" |