# 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 = "xbytes" version = "0.1.1" authors = ["Miraculous Owonubi "] description = "Convert between raw byte sizes and human readable sizes" readme = "README.md" keywords = [ "bytes", "human-readable", "size", "parsing", "formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/miraclx/xbytes-rs" [dependencies.bitflags] version = "2.4.1" [dependencies.fraction] version = "0.14.0" optional = true [features] bits = [] case-insensitive = [] default = [ "u128", "lossless", "no-panic", ] lossless = ["fraction"] no-panic = ["lossless"] u128 = []