# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "near-bindgen" version = "0.6.0" authors = ["Near Inc "] description = "Rust library for writing NEAR smart contracts.\n" homepage = "https://github.com/nearprotocol/near-bindgen" readme = "README.md" categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/nearprotocol/near-bindgen" [[test]] name = "compilation_tests" path = "compilation_tests/all.rs" [dependencies.borsh] version = "0.6.0" [dependencies.near-bindgen-macros] version = "0.6.0" [dependencies.near-runtime-fees] version = "0.6.0" [dependencies.near-vm-logic] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.rand_xorshift] version = "0.2.0" [dev-dependencies.rustversion] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.trybuild] version = "1.0"