codenano-server 0.3.0

A tool for editing DNA molecular designs in a browser
# 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.3.0"
authors = ["Pierre-Étienne Meunier <pierre-etienne.meunier@mu.ie>", "Nicolas Levy <nicolaspierrelevy@gmail.com>"]
build = "build.rs"
include = ["build.rs", "Cargo.toml", "src/main.rs", "src/cadnano.rs", "static/index.html", "static/index-ws.html", "static/style.css", "static/0.bootstrap.js", "static/1.bootstrap.js", "static/2.bootstrap.js", "static/bootstrap.js", "static/9104b6055a6e0643b268.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"
[profile.release]
opt-level = "s"

[[bin]]
name = "codenano"
path = "src/main.rs"
[dependencies.bytes]
version = "0.4"

[dependencies.cadnano-format]
version = "0.1"

[dependencies.clap]
version = "2.33"

[dependencies.codenano]
version = "0.3"

[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[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-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]
docker = []
[target."cfg(target_os = \"linux\")".dependencies.inotify]
version = "0.7"