# 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 = "onefetch-manifest" version = "2.22.0" authors = ["o2sh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Detect and parse manifest files" readme = "README.md" license = "MIT" repository = "https://github.com/o2sh/onefetch" [lib] name = "onefetch_manifest" path = "src/lib.rs" [[test]] name = "cargo" path = "tests/cargo.rs" [[test]] name = "npm" path = "tests/npm.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo_toml] version = "0.20.4" [dependencies.npm-package-json] version = "0.1.3" [dependencies.strum] version = "0.25.0" features = ["derive"]