# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ccsds_spacepacket" version = "0.2.0" authors = ["Adrian Edwards <17362949+MoralCode@users.noreply.github.com>"] exclude = ["docs/*", ".github/*"] description = "This library attempts to implement a general-purpose parser for Space Packets that can interperet both the generic aspects of the space packet protocol (i.e. the Primary Header) in addition to any custom fields supplied within the Secondary Headers.\n\nAlthough, this library currently just does Primary Headers, the future goal is to make it a more comprehensive SpacePacket parser." readme = "README.md" keywords = ["aerospace", "parser"] license = "Apache-2.0" repository = "https://github.com/KubOS-Preservation-Group/ccsds-spacepacket" [dependencies.deku] version = "0.12"