# 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 = "umash-sys" version = "0.6.1" authors = ["Backtrace I/O "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "FFI wrappers for the umash hash/fingerprint function" readme = "README.md" keywords = [ "hash", "fingerprint", "umash", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/backtrace-labs/umash-sys" [lib] name = "umash_sys" path = "src/lib.rs" [build-dependencies.cc] version = "1" [features] default = ["long_input_routines"] long_input_routines = []