# 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 = "rust-gc-count" version = "0.1.0" authors = ["Andy Yates"] description = "GC and sequence utilities" homepage = "https://github.com/andrewyatz/rust-gc-count" readme = "README.md" keywords = [ "bio", "fasta", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/andrewyatz/rust-gc-count" [profile.release] lto = true [[bin]] name = "gccount" path = "src/main.rs" [[bin]] name = "checksumseq" path = "src/checksumseq.rs" [dependencies.base64-url] version = "2.0.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.flate2] version = "1.0.26" [dependencies.md-5] version = "0.10.5" [dependencies.seq_io] version = "0.3.1" [dependencies.sha2] version = "0.10.7"