# 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-server" version = "0.4.0" authors = ["Pierre-Étienne Meunier ", "Nicolas Levy "] build = "build.rs" include = ["build.rs", "Cargo.toml", "src/main.rs", "src/notify.rs", "www/dist/index.html", "www/dist/index-ws.html", "www/dist/style.css", "www/dist/0.bootstrap.js", "www/dist/1.bootstrap.js", "www/dist/2.bootstrap.js", "www/dist/bootstrap.js", "www/dist/071955c81a37d06a20f1.module.wasm"] description = "A tool for editing DNA molecular designs in a browser" documentation = "https://docs.rs/codenano" license = "MIT/Apache-2.0" repository = "https://github.com/thenlevy/codenano" [[bin]] name = "codenano" path = "src/main.rs" [dependencies.bytes] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.codenano] version = "0.4" [dependencies.env_logger] version = "0.6" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.12" [dependencies.log] version = "0.4" [dependencies.quote] version = "=1.0.1" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.0" [dependencies.tokio] version = "0.1" [dependencies.tokio-threadpool] version = "0.1" [dependencies.url] version = "2.1" [dependencies.warp] version = "0.1" [build-dependencies.byte_string] version = "1.0" [build-dependencies.mime_guess] version = "1.8" [build-dependencies.tempfile] version = "3.0" [build-dependencies.walkdir] version = "2.2" [features] default = ["notify"] docker = [] notify = [] [target."cfg(target_os = \"linux\")".dependencies.inotify] version = "0.7"