# 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-crf" version = "0.8.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "porting pytorch-crf to candle" readme = "README.md" keywords = [ "candle", "crf", "pytorch", ] license-file = "LICENSE" repository = "https://github.com/kigichang/candle-crf" [lib] name = "candle_crf" path = "src/lib.rs" [dependencies.candle-core] version = "0.7.2" [dependencies.candle-nn] version = "0.7.2" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.tuple-conv] version = "1.0.1" [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", ]