# 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 = "2021" name = "opencorpora" version = "0.3.0" authors = ["Anton Ageev "] exclude = [ "target", "dict/*", "Makefile", ] include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "Reading and parsing opencorpora.org XML-dictionary." documentation = "https://docs.rs/opencorpora" readme = "README.md" keywords = [ "opencorpora", "dictionary", "russian", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/antage/opencorpora" resolver = "2" [profile.test] opt-level = 3 [dependencies.quick-xml] version = "0.23" [dependencies.thiserror] version = "1.0" [dev-dependencies.bzip2] version = "0.4.3" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.tokio] version = "1.0" features = ["full"] [badges.travis-ci] repository = "antage/opencorpora"