# 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 = "elm-solve-deps-bin" version = "0.1.1" authors = ["Matthieu Pizenberg "] include = ["Cargo.toml", "LICENSE", "README.md", "src/**"] description = "A dependency solver for the elm ecosystem" readme = "README.md" keywords = ["dependency", "pubgrub", "solver", "version", "elm"] categories = ["algorithms", "command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/mpizenberg/elm-solve-deps" resolver = "2" [[bin]] name = "elm-solve-deps" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.dirs] version = "3.0.1" [dependencies.elm-solve-deps] version = "0.1.1" [dependencies.pubgrub] version = "0.2" features = ["serde"] [dependencies.serde_json] version = "1.0.72" [dependencies.ureq] version = "1.5.2"