# 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 = "divina" version = "0.1.0" authors = ["Fuwn "] description = "A modern build system for assembly" homepage = "https://divina.land" readme = "../../README.md" keywords = ["divina", "build", "asm", "nasm", "yasm"] categories = ["development-tools::build-utils"] license = "GPL-3.0-only" repository = "https://github.com/divinaland/Divina" [dependencies.divina_compile] version = "0.1.0" [dependencies.divina_config] version = "0.1.0" [dependencies.divina_git] version = "0.1.0" [dependencies.divina_util] version = "0.1.0" [dependencies.dotenv] version = "0.15.0" [dependencies.human-panic] version = "1.0.3" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "0.3.7" features = ["full"] [target."cfg(unix)".dependencies.jemallocator] version = "0.3.2" [target."cfg(windows)".dependencies.mimalloc] version = "0.1.26" default-features = false