# 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-transformers" version = "0.9.0" authors = ["Daniƫl de Kok "] exclude = [".gitignore", ".github", "testdata", "shell.nix"] description = "Transformer architectures, such as BERT" homepage = "https://github.com/stickeritis/sticker-transformers/" license-file = "LICENSE.md" repository = "https://github.com/stickeritis/sticker-transformers.git" [dependencies.hdf5] version = "0.7" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.tch] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.3" [dev-dependencies.maplit] version = "1" [dev-dependencies.ndarray] version = "0.13" features = ["approx"] [features] default = ["load-hdf5"] load-hdf5 = ["hdf5"] model-tests = []