# 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 = "librsync" version = "0.2.3" authors = ["Michele Bertasi <@brt_device>"] description = """ Bindings to librsync for calculating and applying network deltas exposed as Reader/Writer streams. """ homepage = "https://github.com/mbrt/librsync-rs" documentation = "https://docs.rs/librsync" readme = "README.md" keywords = [ "librsync", "rsync", "backup", ] license = "MIT/Apache-2.0" repository = "https://github.com/mbrt/librsync-rs" [dependencies.clippy] version = "< 1" optional = true [dependencies.libc] version = "0.2" [dependencies.librsync-sys] version = "0.1" [dependencies.log] version = "0.4" optional = true [features] default = ["log"] lints = [ "clippy", "nightly", ] nightly = [] unstable = [ "lints", "nightly", ]