# 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 = "superintervals" version = "0.2.2" authors = ["Kez Cleal. "] exclude = [ "test/*", "src/superintervals/*", "src/superintervals.egg*", ".idea", "dist", "py*", "setup.py", "*.h", "*.hpp", "MANIFEST.in", ".gitignore", ] description = "Interval overlap library" homepage = "https://github.com/kcleal/superintervals" documentation = "https://github.com/kcleal/superintervals" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/kcleal/superintervals" [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" [lib] path = "src/superintervals.rs" [[example]] name = "bed-intersect-si" [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 = []