# 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 = "rust_swig" version = "0.5.1" authors = ["Evgeniy A. Dushistov "] description = "Tool for connecting libraries written in Rust with other languages" documentation = "https://docs.rs/rust_swig" readme = "README.md" keywords = ["swig", "java", "jni", "ffi", "cxx"] license = "BSD-3-Clause" repository = "https://github.com/Dushistov/rust_swig" [dependencies.bitflags] version = "1.0.4" [dependencies.heck] version = "0.3.1" [dependencies.lazy_static] version = "1.0.2" [dependencies.log] version = "0.4.6" [dependencies.petgraph] version = "0.5.0" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.rustc-hash] version = "1.0.1" [dependencies.smallvec] version = "1.1.0" [dependencies.smol_str] version = "0.1.15" [dependencies.strum] version = "0.18.0" features = ["derive"] [dependencies.syn] version = "1.0.12" features = ["full", "extra-traits", "visit-mut", "visit"] [dependencies.which] version = "3.0" default-features = false [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.jni-sys] version = "0.3.0" [dev-dependencies.pulldown-cmark] version = "0.7.0" [dev-dependencies.tempfile] version = "3.0" [build-dependencies.quote] version = "1.0" [build-dependencies.syn] version = "1.0" features = ["full", "extra-traits", "visit-mut", "visit"]