n-observer-cffi-impl 0.1.0

CFFI logic without the C declarations for the n-observer rust library.
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 = "n-observer-cffi-impl"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CFFI logic without the C declarations for the n-observer rust library."
readme = "README.md"
keywords = [
    "observer",
    "pubsub",
    "ffi",
    "cdylib",
]
categories = ["development-tools::ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/weirdev/n-observer"

[lib]
name = "n_observer_cffi_impl"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.async-cffi]
version = "0.1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.n-observer]
version = "0.1.0"

[dependencies.tokio]
version = "1.41.1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dev-dependencies.serial_test]
version = "3.2.0"

[build-dependencies.async-cffi-codegen]
version = "0.1.0"

[build-dependencies.n-observer]
version = "0.1.0"