# 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] name = "ccsds_primary_header" version = "0.15.0" authors = ["nsmryan "] description = "Implementation of the CCSDS Primary Header for space applications" homepage = "https://github.com/nsmryan/ccsds_primary_header" documentation = "https://docs.rs/ccsds_primary_header" readme = "README.md" keywords = ["bytes", "parser", "ccsds"] categories = ["parsing", "network-programming"] license = "MIT" repository = "https://github.com/nsmryan/ccsds_primary_header" [dependencies.byteorder] version = "1.2.6" default-features = false [dependencies.bytes] version = "0.4" default-features = false [dev-dependencies.quickcheck] version = "0.7" [dev-dependencies.rand] version = "0.4.2"