ferment-sys 0.2.14

Syntax tree morphing of FFI-compatible stuff
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 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 = "ferment-sys"
version = "0.2.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syntax tree morphing of FFI-compatible stuff"
readme = false
license = "MIT"

[features]
cbindgen = []
cbindgen_only = []
default = ["cbindgen"]
java = []
objc = []

[lib]
name = "ferment_sys"
path = "src/lib.rs"

[dependencies.cargo_metadata]
version = "0.20.0"

[dependencies.cbindgen]
version = "0.29.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.ferment-macro]
version = "0.2.14"

[dependencies.indexmap]
version = "2.11.0"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.104"
features = [
    "default",
    "full",
    "visit",
    "extra-traits",
]