# 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 = "drink-cli" version = "0.17.0" authors = ["Cardinal"] description = "A CLI for interacting with the `drink` environment" homepage = "https://github.com/Cardinal-Cryptography/drink" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/drink" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.contract-build] version = "4.0.0" [dependencies.contract-transcode] version = "4.0.0" [dependencies.crossterm] version = "0.26.0" [dependencies.drink] version = "=0.17.0" features = ["session"] [dependencies.ink_sandbox] version = "5.0.0" [dependencies.ratatui] version = "0.21.0" features = ["all-widgets"] [dependencies.thiserror] version = "1.0.40"