# 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 = "2018" name = "gb-io" version = "0.7.1" authors = ["David Leslie"] build = "build.rs" exclude = ["tests/*", ".github/*"] description = "A library for parsing, writing and manipulating Genbank sequence files" homepage = "https://github.com/dlesl/gb-io" license = "MIT" repository = "https://github.com/dlesl/gb-io" [[bench]] name = "parse" harness = false [dependencies.circular] version = "0.3.0" [dependencies.err-derive] version = "0.3.1" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.nom] version = "4.2.3" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.string_cache] version = "0.8" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.glob] version = "0.3.0" [build-dependencies.string_cache_codegen] version = "0.5" [features] default = ["serde", "serde_bytes"]