[package] name = "byte-unit-serde" version = "0.1.1" rust-version = "1.78" description = "De/serialization functions for byte-unit crate." edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/alekseysidorov/byte-unit-serde" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] [dependencies] byte-unit = { version = "5", features = ["serde"] } include-utils = "0.2" serde = "1" [dev-dependencies] pretty_assertions = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" [lints.rust] missing_docs = "warn" missing_debug_implementations = "warn" unsafe_code = "deny" [lints.rustdoc] broken_intra_doc_links = "deny" [lints.clippy] pedantic = { level = "warn", priority = -1 } module_name_repetitions = "allow" missing_errors_doc = "allow"