sticker 0.7.0

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

[dependencies.failure]
version = "0.1"

[dependencies.finalfusion]
version = "0.10.1"

[dependencies.itertools]
version = "0.8"

[dependencies.ndarray]
version = "0.12"

[dependencies.ndarray-tensorflow]
version = "0.2"

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

[dependencies.petgraph]
version = "0.4"

[dependencies.protobuf]
version = "2"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.sticker-tf-proto]
version = "0.7.0"

[dependencies.tensorflow]
version = "0.13"
[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.flate2]
version = ">= 1.0.0, <1.0.10"