# 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" version = "0.5.0" authors = ["Daniƫl de Kok "] description = "Neural sequence labeler" homepage = "https://github.com/tensordot/syntaxdot" documentation = "https://docs.rs/syntaxdot/" license = "MIT OR Apache-2.0" repository = "https://github.com/tensordot/syntaxdot.git" [package.metadata.docs.rs] features = ["doc-only"] [dependencies.conllu] version = "0.8" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15" [dependencies.numberer] version = "0.2" [dependencies.ordered-float] version = "2" [dependencies.rand] version = "0.8" [dependencies.rand_xorshift] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.syntaxdot-encoders] version = "0.5.0" [dependencies.syntaxdot-tch-ext] version = "0.5.0" [dependencies.syntaxdot-tokenizers] version = "0.5.0" default-features = false [dependencies.syntaxdot-transformers] version = "0.5.0" default-features = false [dependencies.tch] version = "0.11" default-features = false [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.udgraph] version = "0.8" [dev-dependencies.approx] version = "0.4" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.maplit] version = "1" [dev-dependencies.wordpieces] version = "0.5" [features] doc-only = [ "syntaxdot-tch-ext/doc-only", "syntaxdot-transformers/doc-only", "tch/doc-only", ] model-tests = []