# 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-lstm" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "optimize HuggingFace candle LSTM in some cases" readme = "README.md" keywords = [ "candle", "lstm", "pytorch", ] license-file = "LICENSE" repository = "https://github.com/kigichang/candle-lstm" [lib] name = "candle_lstm" path = "src/lib.rs" [dependencies.candle-core] version = "0.7.0" [dependencies.candle-nn] version = "0.7.0" [dev-dependencies.anyhow] version = "1.0.86" [target.'cfg(not(target_os = "macos"))'.dev-dependencies.candle-core] version = "0.7.0" features = [ "mkl", "cuda", ] [target.'cfg(not(target_os = "macos"))'.dev-dependencies.candle-nn] version = "0.7.0" features = [ "mkl", "cuda", ] [target.'cfg(target_os = "macos")'.dev-dependencies.candle-core] version = "0.7.0" features = [ "accelerate", "metal", ] [target.'cfg(target_os = "macos")'.dev-dependencies.candle-nn] version = "0.7.0" features = [ "accelerate", "metal", ]