# 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 = "solo5-rs" version = "0.1.0" authors = ["Yusei Ito "] description = "A convenient abstraction and utilities for Solo5 based unikernels." readme = "README.md" keywords = [ "solo5", "unikernel", "no-std", ] categories = [ "api-bindings", "memory-management", "network-programming", "no-std", "virtualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yuseiIto/solo5-rs" resolver = "1" [dependencies.linked_list_allocator] version = "0.10.5" [dependencies.smoltcp] version = "0.10.0" features = [ "alloc", "medium-ethernet", "proto-ipv4", "socket-tcp", "proto-ipv4", ] default-features = false [dependencies.solo5-rs-macros] version = "0.1.0" features = ["alloc"] [dependencies.solo5-sys] version = "0.1.0" [dependencies.thiserror-no-std] version = "2.0.2" [features] net = [] tlsf_dump = []