# 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 = "rust-lapper" version = "1.1.0" authors = ["Seth Stadick "] description = "A fast and easy interval overlap library" documentation = "https://docs.rs/rust-lapper" readme = "README.md" keywords = [ "tree", "interval", "bioinformatics", "ranges", "genomic", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/sstadick/rust-lapper" [[example]] name = "serde" required-features = ["with_serde"] [[example]] name = "ex1" [[bench]] name = "lapper_benchmark" harness = false [dependencies.num-traits] version = "0.2.12" [dependencies.serde] version = "1.0.127" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.cpu-time] version = "0.1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7" [features] default = [] with_serde = ["serde/derive"]