rust_swig 0.4.0

Tool for connecting libraries written in Rust with other languages
Documentation
# 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.4.0"
authors = ["Evgeniy A. Dushistov <dushistov@mail.ru>"]
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.lazy_static]
version = "1.0.2"

[dependencies.log]
version = "0.4.6"

[dependencies.petgraph]
version = "0.4.13"

[dependencies.proc-macro2]
version = "0.4.28"
features = ["span-locations"]

[dependencies.quote]
version = "0.6.12"

[dependencies.rustc-hash]
version = "1.0.1"

[dependencies.smallvec]
version = "0.6.10"

[dependencies.smol_str]
version = "0.1.11"

[dependencies.strum]
version = "0.15.0"

[dependencies.strum_macros]
version = "0.15.0"

[dependencies.syn]
version = "0.15.33"
features = ["full", "extra-traits", "visit-mut", "visit"]

[dependencies.which]
version = ">=1.0, <3.0"
[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.jni-sys]
version = "0.3.0"

[dev-dependencies.pulldown-cmark]
version = "0.5.0"

[dev-dependencies.tempfile]
version = "3.0"
[build-dependencies.quote]
version = "0.6.11"

[build-dependencies.syn]
version = "0.15.23"
features = ["full", "extra-traits", "visit-mut", "visit"]
[badges.azure-devops]
pipeline = "Dushistov.rust_swig"
project = "Dushistov/rust_swig"