# 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.11.1" authors = ["Daniƫl de Kok "] 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.12.1" [dependencies.failure] version = "0.1" [dependencies.finalfusion] version = "0.12" [dependencies.itertools] version = "0.8" [dependencies.ndarray] version = "0.13" [dependencies.ndarray-tensorflow] version = "0.3" [dependencies.numberer] version = "0.1" [dependencies.ordered-float] version = "1" [dependencies.petgraph] version = "0.4" [dependencies.protobuf] version = "2" [dependencies.rand] version = "0.7" [dependencies.rand_xorshift] version = "0.2" [dependencies.serde] version = "1" [dependencies.serde_cbor] version = "0.10" [dependencies.serde_derive] version = "1" [dependencies.sticker-encoders] version = "0.1" [dependencies.sticker-tf-proto] version = "0.11.0" [dependencies.tensorflow] version = "0.13" [dependencies.toml] version = "0.5" [dev-dependencies.approx] version = "0.3" [dev-dependencies.flate2] version = ">= 1.0.0, <1.0.10" [dev-dependencies.lazy_static] version = "1"