# 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] name = "gene-seq-intersections" version = "0.3.1" authors = ["Lee Bousfield "] description = "Count intersections between genes and sequences" readme = "README.md" license = "MIT" repository = "https://github.com/plasmapower/intersections" [[bin]] name = "intersections" path = "src/main.rs" [dependencies.clap] version = "2" features = ["yaml"] [dependencies.serde] version = "1" [dependencies.typed-arena] version = "1" [dependencies.csv] version = "1.0.0-beta.3" [dependencies.jobsteal] version = "0.5" [dependencies.serde_derive] version = "1" [dependencies.fnv] version = "1" [dependencies.env_logger] version = "0.4" [dependencies.twox-hash] version = "1" [dependencies.log] version = "0.3"