cxx-enumext 0.0.3

Generate cxx compatable `Trivial` bindings for rust enum types
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 = "cxx-enumext"
version = "0.0.3"
build = "build.rs"
links = "cxx-enumext"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate cxx compatable `Trivial` bindings for rust enum types"
readme = "README.md"
keywords = ["ffi"]
categories = ["development-tools::ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ryex/cxx-enumext"

[lib]
name = "cxx_enumext"
path = "src/lib.rs"
doctest = false

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.cxx]
version = "1.0.158"

[dependencies.cxx-enumext-macro]
version = "0.0.3"

[dev-dependencies]

[build-dependencies.cxx-build]
version = "1.0.158"