# 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 = "aiha" version = "0.0.4" authors = ["Thomas Chaigneau "] exclude = [ "target/*", "Cargo.lock", "data/*", ] description = "🦉 AIHA helps you to find the minimal requirements for any model on the 🤗 Hub." homepage = "https://github.com/chainyo/aiha" documentation = "https://doc.rs/aiha" readme = "README.md" keywords = [ "ai", "hardware", "advisor", "huggingface", "NLP", ] license = "Apache-2.0" repository = "https://github.com/chainyo/aiha" [lib] name = "aiha" crate-type = ["cdylib"] [dependencies.num_cpus] version = "1.15.0" [dependencies.nvml-wrapper] version = "0.9.0" [dependencies.percent-encoding] version = "2.2.0" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_derive] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = ["full"] [dev-dependencies.pretty_assertions] version = "1.3.0"