# 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 = "ancs" version = "0.2.0" authors = ["Ian Armour "] description = """ A set of types for representing Apple Notification Center Service requests and responses. """ readme = "README.md" keywords = [ "apple", "ancs", "notification", "bluetooth", "btle", ] categories = [ "encoding", "network-programming", ] license = "MIT" repository = "https://github.com/ianmarmour/ancs" resolver = "2" [lib] path = "src/lib.rs" [dependencies.nom] version = "7.1.1"