# 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 = "stats_on_genomes" version = "0.1.1" authors = ["Simon Penel "] description = """ Calculate 2 simple ratio on the whole genome: GC ratio and repetition ratio.""" readme = "README.md" keywords = [ "fasta", "bioinformatics", ] license = "CECILL-2.1" repository = "https://gitlab.in2p3.fr/penel/stats_on_genomes" [dependencies.bio] version = "1.2.0" [dependencies.clap] version = "4.0.29" features = ["derive"]