cheep-crator-2/vendor/unicode-linebreak/Cargo.toml

28 lines
1.0 KiB
TOML

# 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]
edition = "2018"
name = "unicode-linebreak"
version = "0.1.2"
authors = ["Axel Forsman <axelsfor@gmail.com>"]
include = ["src/**/*", "build.rs", "LineBreak.txt", "LICENSE"]
description = "Implementation of the Unicode Line Breaking Algorithm"
homepage = "https://github.com/axelf4/unicode-linebreak"
readme = "README.md"
keywords = ["unicode", "text", "layout"]
categories = ["internationalization"]
license = "Apache-2.0"
repository = "https://github.com/axelf4/unicode-linebreak"
[build-dependencies.regex]
version = "1"