# 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 = "scarb-ui" version = "0.1.5" authors = ["Software Mansion "] description = "Terminal user interface primitives used by Scarb and its extensions" homepage = "https://docs.swmansion.com/scarb" readme = "README.md" keywords = ["scarb"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/software-mansion/scarb" [dependencies.anyhow] version = "1" [dependencies.camino] version = "1" features = ["serde1"] [dependencies.clap] version = "4" features = [ "derive", "env", "string", ] [dependencies.console] version = "0.15" [dependencies.indicatif] version = "0.17" [dependencies.scarb-metadata] version = "1" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.tracing-core] version = "0.1" [dev-dependencies.test-case] version = "3"