# 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.11.1" authors = ["Daniƫl de Kok "] 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" [[bin]] name = "sticker" path = "src/main.rs" [dependencies.clap] version = "2" [dependencies.conllx] version = "0.12.1" [dependencies.failure] version = "0.1" [dependencies.indicatif] version = "0.11" [dependencies.itertools] version = "0.8" [dependencies.numberer] version = "0.1" [dependencies.ordered-float] version = "1" features = ["serde"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.stdinout] version = "0.4" [dependencies.sticker] version = "0.11.0" [dependencies.sticker-encoders] version = "0.1" [dependencies.tensorflow] version = "0.13" [dependencies.threadpool] version = "1" [dependencies.toml] version = "0.5"