# 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" rust-version = "1.81.0" name = "spacepackets" version = "0.13.0" authors = ["Robin Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generic implementations for various CCSDS and ECSS packet standards" homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets" readme = "README.md" keywords = [ "no-std", "space", "packets", "ccsds", "ecss", ] categories = [ "aerospace", "aerospace::space-protocols", "no-std", "hardware-support", "embedded", ] license = "Apache-2.0" repository = "https://egit.irs.uni-stuttgart.de/rust/spacepackets" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [lib] name = "spacepackets" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.crc] version = "3" [dependencies.defmt] version = "0.3" optional = true [dependencies.delegate] version = ">=0.8, <=0.13" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.num_enum] version = ">0.5, <=0.7" default-features = false [dependencies.paste] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.thiserror] version = "2" default-features = false [dependencies.time] version = "0.3" optional = true default-features = false [dependencies.zerocopy] version = "0.8" features = ["derive"] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.postcard] version = "1" features = ["alloc"] [features] alloc = [ "chrono?/alloc", "defmt?/alloc", "serde?/alloc", ] default = ["std"] serde = [ "dep:serde", "chrono?/serde", ] std = [ "alloc", "chrono/std", "chrono/clock", "thiserror/std", ] timelib = ["dep:time"]