# 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 = "modelfile" version = "0.2.0" build = false exclude = ["test/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for Ollama Modelfiles" homepage = "https://github.com/covercash2/modelfile" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/covercash2/modelfile" [lib] name = "modelfile" path = "src/lib.rs" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.215" features = [ "derive", "rc", ] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "2.0.3" [dependencies.toml] version = "0.8.19" [dev-dependencies.insta] version = "1.41.1" features = [ "json", "toml", ] [lints.clippy] allow_attributes_without_reason = "deny" unwrap_used = "deny"