# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "syntaxdot-cli" version = "0.5.0" authors = ["Daniƫl de Kok "] description = "Neural sequence labeler" homepage = "https://github.com/tensordot/syntaxdot" documentation = "https://github.com/tensordot/syntaxdot" license = "MIT OR Apache-2.0" repository = "https://github.com/tensordot/syntaxdot.git" [[bin]] name = "syntaxdot" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.bytecount] version = "0.6" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.clap_complete] version = "4" [dependencies.conllu] version = "0.8" [dependencies.env_logger] version = "0.9" [dependencies.indicatif] version = "0.16" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15" [dependencies.ordered-float] version = "2" features = ["serde"] [dependencies.rayon] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.stdinout] version = "0.4" [dependencies.syntaxdot] version = "0.5.0" default-features = false [dependencies.syntaxdot-encoders] version = "0.5.0" [dependencies.syntaxdot-summary] version = "0.5.0" [dependencies.syntaxdot-tch-ext] version = "0.5.0" [dependencies.syntaxdot-tokenizers] version = "0.5.0" [dependencies.syntaxdot-transformers] version = "0.5.0" default-features = false [dependencies.tch] version = "0.11" default-features = false [dependencies.udgraph] version = "0.8"