[package] name = "e2size" description = "A simple library for ext2 (also ext3 and ext4) size calculation based on the superblock" repository = "https://github.com/madmo/e2size" version = "1.0.0" authors = ["Moritz Bitsch "] readme = "README.md" license = "ISC" edition = "2018" [dependencies] byteorder = "1.4.3" thiserror = "1.0.25"