igo-rs 0.3.0

Pure Rust port of the Igo, a POS(Part-Of-Speech) tagger for Japanese (日本語 形態素解析).
Documentation
# 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 = "igo-rs"
version = "0.3.0"
authors = ["yasuhara <yasuhara@gmail.com>"]
exclude = ["*.iml", "*.yml", "data/*", "tiny_test_dic/src/matrix.def", "tiny_test_dic/out/*"]
description = "Pure Rust port of the Igo, a POS(Part-Of-Speech) tagger for Japanese (日本語 形態素解析)."
homepage = "https://bitbucket.org/yshryk/igo-rs"
documentation = "https://docs.rs/igo-rs/"
readme = "README.md"
keywords = ["japanese", "tagger", "NLP"]
categories = ["text-processing", "command-line-utilities"]
license = "MIT"
repository = "https://bitbucket.org/yshryk/igo-rs"

[lib]
name = "igo"

[[bin]]
name = "igo"
path = "src/main.rs"
doc = false

[[bin]]
name = "igo_build_dic"
path = "src/build_dic.rs"
[dependencies.bit-set]
version = "0.5"

[dependencies.byteorder]
version = "1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.getopts]
version = "0.2"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.simple_logger]
version = "1.3"

[dependencies.zip]
version = "0.5"
features = ["deflate"]
optional = true
default-features = false

[features]
default = ["zip"]
unstable = []
[badges.appveyor]
branch = "default"
repository = "yasuhara/igo-rs"
service = "bitbucket"