# 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 = "drink" version = "0.17.0" authors = ["Cardinal"] description = "Minimal sufficient architecture that allows for a fully functional ink! contract development" homepage = "https://github.com/Cardinal-Cryptography/drink" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/drink" [dependencies.contract-metadata] version = "4.0.0" optional = true [dependencies.contract-transcode] version = "4.0.0" optional = true [dependencies.drink-test-macro] version = "=0.17.0" [dependencies.frame-support] version = "30.0.0" [dependencies.frame-system] version = "30.0.0" [dependencies.ink_sandbox] version = "5.0.0" [dependencies.parity-scale-codec] version = "3.6.9" [dependencies.parity-scale-codec-derive] version = "3.6.9" [dependencies.scale-info] version = "2.10.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.sp-runtime-interface] version = "26.0.0" [dependencies.thiserror] version = "1.0.40" [dependencies.wat] version = "1.0.71" [features] default = [ "std", "session", "macros", ] macros = [ "contract-metadata", "contract-transcode", "serde_json", ] session = [ "contract-metadata", "contract-transcode", "serde_json", ] std = []