# 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 = "kythera-cli" version = "0.2.1" authors = ["Polyphene "] description = """ Kythera is a Toolset for Filecoin Virtual Machine Native Actor development, testing and deployment. For more information, check out the official documentation at https://polyphene.github.io/kythera/ .""" homepage = "https://polyphene.github.io/kythera/" documentation = "https://polyphene.github.io/kythera/" readme = "README.md" keywords = [ "kythera", "cli", "filecoin", "fvm", "wasm", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/polyphene/kythera" resolver = "1" [[bin]] name = "kythera" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.comfy-table] version = "6.1.4" [dependencies.csv] version = "1.2.1" [dependencies.env_logger] version = "0.10.0" [dependencies.kythera-lib] version = "0.2.0" features = ["colors"] [dependencies.log] version = "0.4.17" [dependencies.optional_struct] version = "0.3.1" [dependencies.path-clean] version = "1.0.1" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_yaml] version = "0.9.19" [dependencies.thiserror] version = "1.0.40" [dependencies.walkdir] version = "2.3.3" [dependencies.wat] version = "1.0.61" [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.assert_fs] version = "1.0.12" [dev-dependencies.predicates] version = "3.0.2" [dev-dependencies.tempfile] version = "3.4.0" [dev-dependencies.wat] version = "1.0.61"