# 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 = "2018" name = "ockam_node_no_std" version = "0.14.0" authors = ["Ockam Developers"] publish = true description = "Ockam library types that do not need `std`.\n" homepage = "https://github.com/ockam-network/ockam" readme = "README.md" keywords = ["ockam", "crypto", "no-std", "futures", "async-await"] categories = ["cryptography", "asynchronous", "authentication", "no-std"] license = "Apache-2.0" repository = "https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_node_no_std" resolver = "2" [dependencies.executor] version = "0.7.0" [features] alloc = [] default = ["std"] no_std = [] std = ["alloc"]