# 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-no-std" version = "0.2.1" authors = ["Kenny Strawn "] description = "Fork of Christopher Tam's `btrfs-diskformat` with `#![no_std]` support" readme = "README.md" keywords = [ "no_std", "btrfs", "filesystem", "diskformat", ] categories = [ "no-std", "filesystem", ] license = "BSD-2-Clause" repository = "https://github.com/kennystrawnmusic/btrfs-no-std" [dependencies.bitflags] version = "^1.2.1" [dependencies.byteorder] version = "^1.4.3" default-features = false [dependencies.num_enum] version = "^0.5.1" default-features = false [dependencies.static_assertions] version = "^1.1.0" [dependencies.strum] version = "^0.23.0" features = ["derive"] default-features = false [dependencies.zerocopy] version = "^0.6.1"