# 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 = "safe_bindgen" version = "0.13.3" authors = ["Sean Marshallsay ", "Matthew Gregan ", "MaidSafe Developers "] description = "A library to automatically generate C, Java, and C# files from Rust source files." homepage = "https://github.com/maidsafe/sn_bindgen" documentation = "https://docs.rs/sn_bindgen" readme = "README.md" keywords = ["c", "header", "ffi"] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_bindgen" [lib] name = "safe_bindgen" path = "src/lib.rs" [[bin]] name = "bindgen" path = "src/bin/bindgen.rs" doc = false [dependencies.Inflector] version = "~0.11.4" [dependencies.clap] version = "~2.33.0" [dependencies.jni] version = "~0.12.0" [dependencies.petgraph] version = "~0.4.13" [dependencies.proc-macro2] version = "~0.4.27" [dependencies.quote] version = "~0.6.11" [dependencies.rustfmt] version = "~0.10.0" [dependencies.syn] version = "0.15.26" features = ["parsing", "full", "derive", "proc-macro", "extra-traits"] [dependencies.toml] version = "~0.5.0" [dependencies.unwrap] version = "~1.2.0" [dev-dependencies.colored] version = "~1.6.0" [dev-dependencies.diff] version = "~0.1.11" [dev-dependencies.indoc] version = "~0.3.1"