# 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 = "2021" name = "candle-birnn" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "implement Pytorch LSTM and BiDirectional LSTM with Candle" readme = "README.md" keywords = [ "candle", "lstm", "pytorch", ] license-file = "LICENSE" repository = "https://github.com/kigichang/candle-birnn" [lib] name = "candle_birnn" path = "src/lib.rs" [dependencies.candle-core] version = "0.7.0" [dependencies.candle-kernels] version = "0.7.0" optional = true [dependencies.candle-metal-kernels] version = "0.7.0" optional = true [dependencies.candle-nn] version = "0.7.0" [dev-dependencies.anyhow] version = "1.0.86" [features] accelerate = [ "candle-core/accelerate", "candle-nn/accelerate", ] cuda = [ "candle-core/cuda", "candle-nn/cuda", ] default = [] metal = [ "candle-core/metal", "candle-nn/metal", ] mkl = [ "candle-core/mkl", "candle-nn/mkl", ]