[package] name = "na_seq" version = "0.2.1" edition = "2021" authors = ["David O'Connor "] description = "DNA and RNA sequence types and functions" keywords = ["dna", "primer", "biology", "pcr"] categories = [ "science", "science::bioinformatics", ] repository = "https://github.com/David-OConnor/seq" documentation = "https://docs.rs/seq" readme = "README.md" license = "MIT" exclude = [".gitignore"] [dependencies] num_enum = "^0.7.3" # reversing a u8-repr. # todo: Do we need this? bincode = "^2.0.0-rc.3"