# 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.75.0" name = "cfdp-rs" version = "0.1.0" authors = ["Robin Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High level CCSDS File Delivery Protocol components" homepage = "https://egit.irs.uni-stuttgart.de/rust/cfdp" readme = "README.md" keywords = [ "no-std", "space", "packets", "ccsds", "ecss", ] categories = [ "aerospace", "aerospace::space-protocols", "no-std", "filesystem", ] license = "Apache-2.0" repository = "https://egit.irs.uni-stuttgart.de/rust/cfdp" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [lib] name = "cfdp" path = "src/lib.rs" [[example]] name = "python-interop" path = "examples/python-interop/main.rs" [[test]] name = "end-to-end" path = "tests/end-to-end.rs" [dependencies.crc] version = "3" [dependencies.defmt] version = "0.3" optional = true [dependencies.derive-new] version = "0.6" [dependencies.hashbrown] version = "0.14" optional = true [dependencies.serde] version = "1" optional = true [dependencies.smallvec] version = "1" [dependencies.spacepackets] version = "0.12" default-features = false [dependencies.thiserror] version = "1" optional = true [dev-dependencies.chrono] version = "0.4" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.fern] version = "0.6" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3" [features] alloc = [ "hashbrown", "spacepackets/alloc", ] default = ["std"] defmt = [ "dep:defmt", "spacepackets/defmt", ] serde = [ "dep:serde", "spacepackets/serde", "hashbrown/serde", ] std = [ "alloc", "thiserror", "spacepackets/std", ]