# 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 = "ppproto" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Point-to-Point Protocol (PPP) for embedded systems. `no-std` compatible, no alloc (heap) required." readme = "README.md" categories = [ "embedded", "no-std", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/ppproto" [lib] name = "ppproto" path = "src/lib.rs" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.heapless] version = "0.8.0" [dependencies.log] version = "0.4.22" optional = true default-features = false [dependencies.num_enum] version = "0.7.3" default-features = false [features] defmt = [ "dep:defmt", "defmt?/ip_in_core", ] log = ["dep:log"]