# 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 = "borsh-cli" version = "0.1.3" authors = ["Jacob Lindahl"] description = "Command-line utility for manipulating Borsh-serialized data" readme = "README.md" categories = [ "encoding", "command-line-utilities", ] license = "GPL-3.0" [[bin]] name = "borsh" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.borsh] version = "0.9.3" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.serde_json] version = "1.0.89" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.37"