# 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.21.3" authors = [ "Kevin Jahns ", "Bartosz Sypytkowski ", ] build = 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.21.3" features = ["weak"] [dev-dependencies]