# 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 = "martos" version = "0.4.0" description = "Martos is an elegant real-time operating system designed for creating complex multi-agent systems. Developers have the flexibility to write software for Martos using either Rust (preferred) or C languages." homepage = "https://github.com/IvanArkhipov1999/Martos" documentation = "https://github.com/IvanArkhipov1999/Martos" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/IvanArkhipov1999/Martos" [dependencies] [dev-dependencies.sequential-test] version = "0.2.4" [features] c-library = [] default = [] network = ["esp-wifi"] [target."cfg(any(target_arch = \"riscv32\", target_arch = \"xtensa\"))".dependencies.esp-alloc] version = "0.4.0" [target."cfg(any(target_arch = \"riscv32\", target_arch = \"xtensa\"))".dependencies.esp-hal] version = "0.20.0" [target."cfg(any(target_arch = \"riscv32\", target_arch = \"xtensa\"))".dependencies.esp-wifi] version = "0.9.1" features = ["wifi"] optional = true