# 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 = "polyhorn-cli" version = "0.4.2" authors = ["Tim "] description = "Library with CLI for Polyhorn." license = "MIT" repository = "https://github.com/polyhorn/polyhorn-cli" [lib] [[bin]] name = "polyhorn-cli" required-features = ["internal"] [dependencies.ansi_term] version = "0.12.1" [dependencies.cargo_metadata] version = "0.11.2" [dependencies.clap] version = "=3.0.0-beta.1" [dependencies.clap_derive] version = "=3.0.0-beta.1" [dependencies.dialoguer] version = "0.6.2" [dependencies.dirs] version = "3.0.1" [dependencies.fs3] version = "0.5.0" [dependencies.futures] version = "0.3.8" [dependencies.indicatif] version = "0.15.0" [dependencies.inflections] version = "1.1.1" [dependencies.notify] version = "4.0.15" [dependencies.path-absolutize] version = "3.0.6" [dependencies.plist] version = "1.0.0" [dependencies.resvg] version = "0.11.0" optional = true [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.serde_yaml] version = "0.8.13" [dependencies.sha1] version = "0.6.0" [dependencies.simctl] version = "0.1.1" [dependencies.smart-default] version = "0.6.0" [dependencies.tinytemplate] version = "1.1.0" [dependencies.tokio] version = "0.2.0" [dependencies.toml] version = "0.5.6" [dependencies.usvg] version = "0.11.0" optional = true [dependencies.warp] version = "0.2.5" [features] embed-resvg = ["resvg", "usvg"] internal = []