# 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 = "mashin_bindgen" version = "0.1.2" authors = ["Nutshimit Team "] description = "CLI to generate bindings" readme = "README.md" license = "GPL-3.0 AND Apache-2.0" repository = "https://github.com/nutshimit/mashin" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.mashin_primitives] version = "0.1.0" [dependencies.reqwest] version = "0.11.15" features = [ "blocking", "json", "rustls-tls", "rustls-tls-native-roots", "rustls-tls-webpki-roots", ] default-features = false [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "=1.25.0" features = ["full"]