# 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 = "kaiju-compiler-cli-core" version = "0.1.4" authors = ["Patryk 'PsichiX' Budzynski (https://psichix.io)"] description = "Compiler CLI core module of modern assembly language toolset" documentation = "https://docs.rs/kaiju-compiler-cli-core" readme = "README.md" keywords = ["assembly", "language", "toolset", "script", "virtual-machine"] categories = ["parser-implementations", "emulators"] license = "MIT" repository = "https://github.com/PsichiX/kaiju-toolset" [dependencies.kaiju-compiler-core] version = "0.1" [dependencies.kaiju-core] version = "0.1" [dependencies.lazy_static] version = "1.2" [dependencies.libloading] version = "0.5" [dependencies.relative-path] version = "0.4"