# 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 = "modelcards" version = "0.1.1" authors = ["Daniel Vorhauer "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "A fast modelcard generator with built-in templates" homepage = "https://www.hexerei.net" readme = "README.md" keywords = [ "modelcard", "generator", "model", "ml", "governance", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/hexerei/modelcards" [lib] name = "modelcards" path = "src/lib/lib.rs" [[bin]] name = "modelcards" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.clap_complete] version = "4.5.1" [dependencies.config] version = "0.14.0" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.minijinja] version = "1.0.12" features = ["loader"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.valico] version = "4.0.0" [dev-dependencies.same-file] version = "1"