# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "seacan" version = "0.1.0" authors = ["Daniel Franklin "] description = "A library for interacting with cargo to build things" keywords = ["cargo", "compile", "build", "ide"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/danielzfranklin/seacan" [dependencies.camino] version = "1.0.4" [dependencies.cargo_metadata] version = "0.13.1" [dependencies.derivative] version = "2.2.0" [dependencies.displaydoc] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.thiserror] version = "1.0.24" [dependencies.tracing] version = "0.1.26" [dev-dependencies.color-eyre] version = "0.5.11" [dev-dependencies.eyre] version = "0.6.5" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.tracing-subscriber] version = "0.2.18"