# 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 = "2018" name = "btrfs-diskformat" version = "0.4.0" authors = ["Christopher Tam "] description = "An implementation of the BTRFS disk format." readme = "README.md" keywords = [ "btrfs", "filesystem", "diskformat", ] categories = [ "filesystem", "no-std", ] license = "BSD-2-Clause" repository = "https://github.com/GodTamIt/btrfs-diskformat" [dependencies.bitflags] version = "^1.3" [dependencies.byteorder] version = "^1.4.3" default-features = false [dependencies.num_enum] version = "^0.5" default-features = false [dependencies.static_assertions] version = "^1.1.0" [dependencies.strum] version = "^0.23" features = ["derive"] default-features = false [dependencies.zerocopy] version = "^0.4.0"