# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ddelta" version = "0.2.1" authors = ["lights0123 "] description = "Rust port of the streaming ddelta patch algorithm, based on bsdiff" readme = "README.md" license = "MIT" repository = "https://github.com/lights0123/ddelta-rs" [profile.release] lto = true panic = "abort" [dependencies.anyhow] version = "1.0.28" [dependencies.argh] version = "0.1.3" [dependencies.byteorder] version = "1.3.4" [dependencies.cdivsufsort] version = "2.0.0" optional = true [dependencies.divsufsort] version = "2.0.0" optional = true [dependencies.indicatif] version = "0.14.0" [dependencies.zerocopy] version = "0.3.0" [features] c = ["cdivsufsort"] default = ["c", "diff"] diff = ["divsufsort"]