# 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 = "2018" name = "open-block-ei-open-roles-near-core" version = "0.1.0" authors = ["Block Star Logic"] description = "Decentralized role management for smart contracts on the NEAR Blockchain" homepage = "https://www.blockstarlogic.com/obei" readme = "README.md" keywords = ["web3", "enterprise", "role-management", "NEAR", "blockchain"] categories = ["blockchain-enterprise-components", "command-line-utilities", "smart-contract-plugin"] license = "Apache-2.0" repository = "https://github.com/Block-Star-Logic/open-roles" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false panic = "abort" overflow-checks = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.chrono] version = "0.4.19" [dependencies.near-contract-standards] version = "3.1.0" [dependencies.near-sdk] version = "3.1.0" [dependencies.serde] version = "1.0.57"