# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "codenano" version = "0.5.1" authors = ["Pierre-Étienne Meunier ", "Nicolas Levy "] include = ["Cargo.toml", "src/lib.rs", "src/geometry.rs", "src/m13", "src/m13_594", "src/sequences.rs", "src/cadnano.rs", "src/autoroll.rs", "src/patch/mod.rs", "src/mrdna.rs", "src/guess3d.rs", "src/opengl.rs"] description = "A library for editing DNA molecular designs" documentation = "https://docs.rs/codenano" license = "MIT/Apache-2.0" repository = "https://github.com/thenlevy/codenano" [dependencies.anyhow] version = "1.0" [dependencies.cadnano-format] version = "0.1" [dependencies.itertools] version = "0.9.0" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.simple_excel_writer] version = "0.1" optional = true [features] default = ["excel"] excel = ["simple_excel_writer"]