# 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.59" name = "libphantomfs" version = "0.1.0" authors = ["Connor Horman "] description = """ A low level library for reading and writing PhantomFS volumes. """ readme = "README.md" license = "BSD-2-Clause-Patent" [dependencies.bitflags] version = "1.3.2" [dependencies.bytemuck] version = "1.12.1" features = [ "derive", "min_const_generics", "zeroable_maybe_uninit", "extern_crate_alloc", ] [dependencies.crc] version = "3.0.0" [dependencies.fake-enum] version = "0.1.4" [dependencies.nonzero_ext] version = "0.3.0" [features] std = ["bytemuck/extern_crate_std"]