# 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_gff3" version = "0.1.26" authors = ["Simon Penel "] description = """ Calculate statistics such as CDS GC3 ratio, intron GC ratio, flanking gene region GC ratio, first intron length, number of introns, CpG ratio, etc. Examples: stats_on_gff3 Homo_sapiens.GRCh38.109.chromosome.1.gff3 Homo_sapiens.GRCh38.dna.chromosome.1.fa zcat Ciona_savignyi.CSAV2.0.dna.toplevel.fa.gz | stats_on_gff3 Ciona_savignyi.CSAV2.0.109.gff3 stdin See https://gitlab.in2p3.fr/penel/stats_on_gff3""" homepage = "https://gitlab.in2p3.fr/penel/stats_on_gff3" readme = "README.md" keywords = [ "gff3", "fasta", "bioinformatics", ] categories = ["science"] license = "CECILL-2.1" repository = "https://gitlab.in2p3.fr/penel/stats_on_gff3" [dependencies.bio] version = "1.2.0" [dependencies.bio-types] version = "1.0.0" [dependencies.clap] version = "4.0.29" features = ["derive"]