# 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 = "ola-lang-abi" version = "1.0.7" authors = ["panos@olavm.org"] description = "Ola Smart Contract ABI parsing library" homepage = "https://github.com/Sin7Y/ola-lang-abi" documentation = "https://olang.gitbook.io/ola-lang/" readme = "README.md" keywords = [ "abi", "ola", "olac", ] license = "MIT" [dependencies.anyhow] version = "1.0.75" features = ["std"] default-features = false [dependencies.mini-goldilocks] version = "0.1.1" [dependencies.nom] version = "7.1.3" features = ["std"] default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.108" features = ["std"] default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] default-features = false [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.rand] version = "0.8"