co3 0.3.1

Build C API from Rust
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 = "co3"
version = "0.3.1"
authors = ["Marin Veršić <marin.versic101@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build C API from Rust"
readme = "README.md"
keywords = [
    "FFI",
    "foreign",
    "dynamic",
    "linking",
    "ABI",
]
categories = [
    "development-tools::ffi",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/mversic/co3"

[features]
alloc = [
    "rust-spec/alloc",
    "co3-derive?/alloc",
]
allocator-api = ["alloc"]
default = [
    "alloc",
    "derive",
]
derive = ["co3-derive"]

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

[[test]]
name = "abi"
path = "tests/abi/main.rs"
required-features = [
    "alloc",
    "derive",
]

[[test]]
name = "export"
path = "tests/export/main.rs"
required-features = [
    "alloc",
    "derive",
]

[[test]]
name = "import"
path = "tests/import/main.rs"
required-features = [
    "alloc",
    "derive",
]

[[test]]
name = "ui"
path = "tests/ui.rs"
required-features = [
    "alloc",
    "derive",
]

[dependencies.co3-derive]
version = "0.3.1"
optional = true

[dependencies.disjoint_impls]
version = "1.4.0"

[dependencies.impls]
version = "1.0.3"

[dependencies.rust-spec]
version = "0.2.0"
features = ["derive"]
default-features = false

[dev-dependencies.static_assertions]
version = "1.1.0"

[dev-dependencies.trybuild]
version = "1.0.121"