# 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 = "multi-ownable" version = "0.1.2" authors = ["middlew4y "] description = "NEAR plugin for sharing ownership of a contract between multiple accounts" keywords = ["near", "multisig", "ownable"] categories = ["no-std", "wasm"] license = "MIT" repository = "https://github.com/parkdao/multi-ownable" [lib] crate-type = ["cdylib", "rlib"] [dependencies.near-sdk] version = "4.0.0-pre.5" [dependencies.sha2] version = "0.10.1"