yffi 0.26.0

Bindings for the Yrs native C foreign function interface
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 = "2018"
name = "yffi"
version = "0.26.0"
authors = [
    "Kevin Jahns <kevin.jahns@protonmail.com>",
    "Bartosz Sypytkowski <b.sypytkowski@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for the Yrs native C foreign function interface"
readme = "README.md"
keywords = [
    "crdt",
    "c-ffi",
    "yrs",
]
license = "MIT"

[lib]
name = "yrs"
crate-type = [
    "staticlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.serde_json]
version = "1.0"

[dependencies.yrs]
version = "0.26.0"
features = ["weak"]

[dev-dependencies]