# 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 = "bellronos" version = "0.0.1" authors = ["Ronaldson Bellande "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bellande Operating System Programming Language written in Rust" documentation = "https://bellande-architecture-mechanism-research-innovation-center.org/bellronos/docs" readme = "README.md" keywords = [ "programming-language", "operating-system", "bellronos", ] categories = [ "compilers", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://github.com/Architecture-Mechanism/bellronos" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false [lib] name = "bellronos" path = "src/bellronos.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.meval] version = "0.2.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.7" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "3.1.0" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.predicates] version = "3.0" [features] alloc = [] compiler_builtins = [] core = [] default = ["std"] nightly = [ "compiler_builtins", "core", "alloc", ] std = []