# 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 = "reco-forge" version = "0.1.2" authors = [ "Juno Kim ", "James Kendrick ", ] include = [ "src/**/*", "sample-json/movies/movies_clean_10.json", "sample-json/movies/movies_clean_50.json", "examples/*", ] description = "Natural language driven recommendation generator" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jameslk3/reco-forge" [lib] path = "src/lib.rs" [[example]] name = "description" path = "examples/desc_example.rs" [[example]] name = "item" path = "examples/item_example.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.candle] version = "0.3.1" package = "candle-core" [dependencies.candle-nn] version = "0.3.1" [dependencies.candle-transformers] version = "0.3.1" [dependencies.clap] version = "4.4.11" [dependencies.hf-hub] version = "0.3.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.108" [dependencies.tokenizers] version = "0.15.0"