# 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 = "ncomm" version = "1.1.4" authors = ["Nate Wert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "NComm Robotics Framework" homepage = "https://github.com/N8BWert/ncomm" readme = "README.md" keywords = [ "robotics", "middleware", "NComm", ] categories = ["science::robotics"] license = "MIT" repository = "https://github.com/N8BWert/ncomm" [lib] name = "ncomm" path = "src/lib.rs" [dependencies.ncomm-clients-and-servers] version = "1.1.4" default-features = false [dependencies.ncomm-core] version = "1.1.4" default-features = false [dependencies.ncomm-executors] version = "1.1.4" default-features = false [dependencies.ncomm-nodes] version = "1.1.4" default-features = false [dependencies.ncomm-publishers-and-subscribers] version = "1.1.4" default-features = false [dependencies.ncomm-update-clients-and-servers] version = "1.1.4" default-features = false [dependencies.ncomm-utils] version = "1.1.4" default-features = false [features] alloc = [ "nostd", "ncomm-core/alloc", "ncomm-utils/alloc", "ncomm-executors/alloc", "ncomm-publishers-and-subscribers/alloc", "ncomm-clients-and-servers/alloc", "ncomm-update-clients-and-servers/alloc", "ncomm-nodes/alloc", ] default = ["std"] nostd = [ "ncomm-core/nostd", "ncomm-utils/nostd", "ncomm-executors/nostd", "ncomm-publishers-and-subscribers/nostd", "ncomm-clients-and-servers/nostd", "ncomm-update-clients-and-servers/nostd", "ncomm-nodes/nostd", ] rerun = [ "std", "ncomm-nodes/rerun", "ncomm-publishers-and-subscribers/rerun", ] rerun-web-viewer = [ "std", "rerun", "ncomm-nodes/rerun-web-viewer", ] std = [ "ncomm-core/std", "ncomm-utils/std", "ncomm-executors/std", "ncomm-publishers-and-subscribers/std", "ncomm-clients-and-servers/std", "ncomm-update-clients-and-servers/std", "ncomm-nodes/std", ]