sticker-utils 0.5.1

Neural sequence labeler (utilities)
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 = "sticker-utils"
version = "0.5.1"
authors = ["Daniƫl de Kok <me@danieldk.eu>"]
description = "Neural sequence labeler (utilities)"
homepage = "https://github.com/danieldk/sticker"
documentation = "https://github.com/danieldk/sticker"
license-file = "../LICENSE.md"
repository = "https://github.com/danieldk/sticker.git"
[dependencies.clap]
version = "2"

[dependencies.conllx]
version = "0.11"

[dependencies.failure]
version = "0.1"

[dependencies.finalfusion]
version = "0.7.1"

[dependencies.indicatif]
version = "0.11"

[dependencies.ordered-float]
version = "1"
features = ["serde"]

[dependencies.serde]
version = "1"

[dependencies.serde_cbor]
version = "0.10"

[dependencies.serde_derive]
version = "1"

[dependencies.stdinout]
version = "0.4"

[dependencies.sticker]
version = "0.5.1"

[dependencies.tensorflow]
version = "0.13"

[dependencies.threadpool]
version = "1"

[dependencies.toml]
version = "0.5"
[dev-dependencies.lazy_static]
version = "1"