# 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" version = "0.1.1" authors = ["Matthieu Pizenberg "] include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**"] description = "A dependency solver for the elm ecosystem" readme = "README.md" keywords = ["dependency", "pubgrub", "solver", "version", "elm"] categories = ["algorithms"] license = "MPL-2.0" repository = "https://github.com/mpizenberg/elm-solve-deps" resolver = "2" [dependencies.pubgrub] version = "0.2" features = ["serde"] [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.csv] version = "1.1" [dev-dependencies.ron] version = "0.6" [dev-dependencies.ureq] version = "1.5.2"