# 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" name = "mbrs" version = "0.3.1" authors = ["Stefan Volz "] description = "Master boot record parsing, manipulation and binary export" readme = "README.md" keywords = [ "master_boot_record", "MBR", "raspberry-pi", "msdos", "parsing", ] categories = [ "parser-implementations", "filesystem", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SV-97/mbrs" [dependencies.arbitrary-int] version = "1.2.6" [dependencies.arrayref] version = "0.3.7" [dependencies.thiserror] version = "1.0.48" optional = true [dependencies.thiserror-no-std] version = "2.0.2" optional = true [features] default = ["std"] no-std = ["dep:thiserror-no-std"] std = ["dep:thiserror"]