opencorpora 0.3.0

Reading and parsing opencorpora.org XML-dictionary.
Documentation
[badges.travis-ci]
repository = "antage/opencorpora"

[dependencies.quick-xml]
version = "0.23"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.bzip2]
version = "0.4.3"

[dev-dependencies.hyper]
features = ["full"]
version = "0.14"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[package]
authors = ["Anton Ageev <antage@gmail.com>"]
categories = ["parser-implementations"]
description = "Reading and parsing opencorpora.org XML-dictionary."
documentation = "https://docs.rs/opencorpora"
edition = "2021"
exclude = ["target", "dict/*", "Makefile"]
include = ["**/*.rs", "Cargo.toml", "LICENSE"]
keywords = ["opencorpora", "dictionary", "russian"]
license = "MIT"
name = "opencorpora"
readme = "README.md"
repository = "https://github.com/antage/opencorpora"
resolver = "2"
version = "0.3.0"

[profile.test]
opt-level = 3