# 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 = "catnip" version = "0.3.1" description = "No-std, panic-never, heapless UDP/IP ethernet stack for data acquisition and real-time controls" homepage = "https://github.com/jlogan03/catnip" readme = "./README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jlogan03/catnip" [[example]] name = "udp" test = true [[example]] name = "arp" test = true [[example]] name = "dhcp" test = true [dependencies.byte_struct] version = "0.9.0" [dependencies.modular-bitfield] version = "0.11.2" [dependencies.panic-never] version = "0.1.0" optional = true [dependencies.static_assertions] version = "1.1.0" [dependencies.ufmt] version = "0.2.0" [features] default = ["no_std"] no_std = [] panic_never = ["panic-never"]