# 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 = "near-syn" version = "0.5.1" authors = ["Luis Mastrangelo "] description = """ Library and command line utilities to make contract development for the NEAR platform easier. This package contains two command line utilities: near-ts to generate TypeScript bindings and near-doc to generates Markdown docs. """ homepage = "https://github.com/acuarica/near-syn" readme = "README.md" categories = [ "command-line-utilities", "template-engine", "wasm", ] license = "MIT" repository = "https://github.com/acuarica/near-syn" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1.15" features = ["derive"] [dependencies.proc-macro2] version = "1.0.37" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0.92" features = [ "full", "fold", "visit", "extra-traits", "printing", ] [dev-dependencies.assert_cmd] version = "1.0.3" [dev-dependencies.tempfile] version = "3.2.0"