# 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 = "snconvert" version = "0.1.3" authors = ["Tiffany Gerstmeyr, , Leonard Paturel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to convert common starknet types" homepage = "https://github.com/Leonard-Pat/starknet-converter-cli" readme = "README.md" keywords = [ "cli", "starknet", "converter", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Leonard-Pat/starknet-converter-cli" [[bin]] name = "snconvert" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.starknet-core] version = "0.11.1"