# 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 = "plascad" version = "0.7.6" authors = ["David O'Connor "] build = "build.rs" exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false default-run = "plascad" description = "PlasCAD" documentation = "https://docs.rs/plascad" readme = "README.md" keywords = [ "plasmid", "vector", "primer", "biology", "pcr", ] categories = [ "science", "science::bioinformatics", ] license = "MIT" repository = "https://github.com/David-OConnor/plascad" [profile.release] lto = true strip = true [[bin]] name = "plascad" path = "src/main.rs" [dependencies.bincode] version = "^2.0.0-rc.3" [dependencies.bio] version = "^2.0.1" [dependencies.chrono] version = "^0.4.38" [dependencies.copypasta] version = "^0.10.1" [dependencies.eframe] version = "^0.29.1" [dependencies.egui-file-dialog] version = "^0.7.0" [dependencies.egui_extras] version = "^0.29.1" [dependencies.gb-io] version = "^0.7.1" [dependencies.na_seq] version = "^0.2.1" [dependencies.num_enum] version = "^0.7.3" [dependencies.quick-xml] version = "0.36.1" features = ["serialize"] [dependencies.serde] version = "^1.0.206" features = ["derive"] [dependencies.serde_json] version = "^1.0.127" [dependencies.strum] version = "^0.26.3" [dependencies.strum_macros] version = "^0.26.4" [dependencies.ureq] version = "^2.10.1" features = ["tls"] default-features = false [dependencies.url] version = "^2.5.2" [dependencies.webbrowser] version = "^1.0.1" [build-dependencies.winresource] version = "^0.1.17"