# 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 = "2021" name = "coitrees" version = "0.4.0" authors = ["Daniel C. Jones "] description = "A very fast data structure for overlap queries on sets of intervals." documentation = "https://docs.rs/coitrees" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/dcjones/coitrees" [profile.dev.package."*"] opt-level = 3 [profile.no-opt] opt-level = 0 inherits = "dev" [profile.profiling] debug = 2 inherits = "release" strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = "symbols" [[example]] name = "bed-intersect" [dev-dependencies.clap] version = "4.3.7" features = ["derive"] [dev-dependencies.fnv] version = "1.0.7" [dev-dependencies.libc] version = "0.2" [dev-dependencies.rand] version = "0.8" [features] nosimd = []