# 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" rust-version = "1.65.0" name = "zits" version = "1.16.3" exclude = ["test/*"] description = "Generate typescript bindings for zome code in Rust." readme = "README.md" keywords = [ "typescript", "types", "generation", "holochain", ] categories = [ "command-line-utilities", "development-tools", "development-tools::ffi", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ddd-mtl/zits/" [lib] name = "zits" path = "src/lib.rs" [[bin]] name = "zits" path = "bin/main.rs" test = false [dependencies.convert_case] version = "0.6.0" [dependencies.quote] version = "=1.0.24" [dependencies.structopt] version = "0.3.22" [dependencies.syn] version = "1.0.75" features = [ "full", "extra-traits", ] [dependencies.walkdir] version = "2.3.2"