traits-plugin-api 0.260327.152038

C ABI wrapper for trait cdylib plugins
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 = "traits-plugin-api"
version = "0.260327.152038"
authors = ["kilian"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI wrapper for trait cdylib plugins"
homepage = "https://traits.build/"
readme = false
license = "MIT"
repository = "https://github.com/kilian-ai/traits.build"

[lib]
name = "traits_plugin_api"
path = "plugin_api.rs"

[dependencies.serde_json]
version = "1"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(kernel)"]