# 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 = "edlib_rs" version = "0.1.2" authors = ["jeanpierre.both@gmail.com"] build = "build.rs" description = "A rust interface to the C++ edlib library" documentation = "https://docs.rs/edlib_rs" keywords = ["ffi", "bindings", "edlib"] license = "MIT/Apache-2.0" repository = "https://github.com/jean-pierreBoth/edlib-rs" [lib] path = "src/lib.rs" [dependencies.clap] version = "2.33" [dependencies.cpu-time] version = "1.0" [dependencies.env_logger] version = "0.7" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_info"] [dependencies.needletail] version = "0.4" [build-dependencies.bindgen] version = "0.55.1" [build-dependencies.cmake] version = "0.1"