# 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 = "tarantella" version = "0.7.3" authors = ["Dan Chiarlone"] description = "Tarantella is a modern package manager for C/C++ WASM apps (main modules) and WASM libraries (side modules) meant to be dynamically linked!" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/danbugs/tarantella" [[bin]] name = "tapm" path = "src/main.rs" [dependencies.env_logger] version = "0.6.2" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.8" [dependencies.fs_extra] version = "1.2.0" [dependencies.log] version = "0.4.8" [dependencies.online] version = "3.0.1" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.129" [dependencies.serde_derive] version = "1.0.129" [dependencies.structopt] version = "0.3.22" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.zip] version = "0.5" [dependencies.zip-extensions] version = "0.6"