rust_icu_sys 0.2.3

Native bindings to the ICU4C library from Unicode.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "google/rust_icu"

[badges.is-it-maintained-open-issues]
repository = "google/rust_icu"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "google/rust_icu"
[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.bindgen]
optional = true
version = "0.53.2"

[build-dependencies.lazy_static]
version = "1.4"
[dependencies.libc]
version = "0.2.34"

[dependencies.paste]
version = "0.1.5"

[features]
default = ["use-bindgen", "renaming", "icu_config"]
icu_config = []
icu_version_in_env = []
renaming = []
use-bindgen = ["bindgen"]

[lib]
doctest = false

[package]
authors = ["Google Inc."]
build = "build.rs"
description = "Native bindings to the ICU4C library from Unicode.\n"
edition = "2018"
keywords = ["icu", "unicode", "i18n", "l10n"]
license = "Apache-2.0"
links = "icuuc"
name = "rust_icu_sys"
readme = "README.md"
repository = "https://github.com/google/rust_icu"
version = "0.2.3"