# 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 = "rnapkin" version = "0.3.9" authors = ["ukmrs "] exclude = ["atelier/"] description = "CLI utility for drawing RNA secondary structure" readme = "README.md" keywords = [ "rna", "secondary_structure", "bioinformatics", "fold", "draw", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/ukmrs/rnapkin" [lib] path = "src/lib.rs" [[bin]] name = "rnapkin" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.plotters] version = "0.3.4"