# 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-transformers" version = "0.5.0" authors = ["Daniƫl de Kok "] description = "Transformer architectures, such as BERT" homepage = "https://github.com/tensordot/syntaxdot" documentation = "https://docs.rs/syntaxdot-transformers/" license = "MIT OR Apache-2.0" repository = "https://github.com/tensordot/syntaxdot.git" [package.metadata.docs.rs] features = ["doc-only"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.syntaxdot-tch-ext] version = "0.5.0" [dependencies.tch] version = "0.11" default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.4" [dev-dependencies.maplit] version = "1" [dev-dependencies.ndarray] version = "0.15" features = ["approx"] [features] doc-only = [ "syntaxdot-tch-ext/doc-only", "tch/doc-only", ] model-tests = []