ffi-convert-extra-ctypes 0.8.0

Extra C-compatible utility types for ffi-convert mirroring std 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 = "2024"
name = "ffi-convert-extra-ctypes"
version = "0.8.0"
authors = [
    "Sonos",
    "Anthony Reinette",
    "Thibaut Lorrain",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extra C-compatible utility types for ffi-convert mirroring std types."
readme = "README.md"
keywords = ["ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sonos/ffi-convert-rs"

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

[dependencies.ffi-convert]
version = "0.8.0"