# 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" rust-version = "1.64.0" name = "hs-bindgen-attribute" version = "0.9.2" authors = ["Yvan Sraka "] description = "Handy macro to generate C-FFI bindings from Rust to Haskell" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/yvan-sraka/hs-bindgen-attribute" [lib] proc-macro = true [dependencies.displaydoc] version = "0.2" [dependencies.hs-bindgen-types] version = "0.9" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.quote] version = "1.0" [dependencies.reflexive] version = "0.4" optional = true [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syn] version = "1.0" features = ["full"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [build-dependencies.rustc_version] version = "0.2" [features] default = [] full = ["reflexive"] reflexive = [ "dep:reflexive", "dep:lazy_static", ]