# 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 = "p2sh" version = "0.4.3" authors = ["Binoy Jayan "] description = "The p2sh Programming language interpreter" documentation = "https://docs.rs/p2sh" readme = "README.md" keywords = [ "bytecode", "compiler", "interpreter", "packet", "processing", ] license = "MIT" repository = "https://github.com/binoyjayan/p2sh" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" features = [ "history", "completion", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [features] debug_print_code = [] debug_trace_execution = []