# 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 = "na_seq" version = "0.2.4" authors = ["David O'Connor "] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "DNA and RNA sequence types and functions" documentation = "https://docs.rs/seq" readme = "README.md" keywords = [ "dna", "primer", "biology", "pcr", ] categories = [ "science", "science::bioinformatics", ] license = "MIT" repository = "https://github.com/David-OConnor/seq" [lib] name = "na_seq" path = "src/lib.rs" [dependencies.bincode] version = "^2.0.0-rc.3" [dependencies.num_enum] version = "^0.7.3"