# 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 = "dustr" version = "0.1.2" authors = ["Louis Feuvrier "] description = "Generate dart code based on a rust ffishim" readme = "../README.md" keywords = ["dart", "bindings", "ffi"] categories = ["external-ffi-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/mqnfred/dustr" [dependencies.anyhow] version = "^1" [dependencies.cargo_toml] version = "^0" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.darling] version = "^0" [dependencies.ffishim] version = "^0" [dependencies.heck] version = "^0" [dependencies.indoc] version = "^0" [dependencies.itertools] version = "^0" [dependencies.once_cell] version = "^1" [dependencies.proc-macro2] version = "^1" [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [dependencies.serde_yaml] version = "^0" [dependencies.syn] version = "^1"