# 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 = "memu" version = "0.1.3" authors = ["Felix Scholz "] include = [ "src/", "README.md", ] description = "Implementations of memory units and working with them" homepage = "https://github.com/zoolq/tusk/tree/master/memu" readme = "README.md" keywords = [ "units", "memory", "measure", "computer-sience", "memory-units", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/zoolq/tusk/tree/master/memu" resolver = "1" [dependencies.serde] version = "1.0.186" features = ["derive"] [features] default = [ "macro", "units", ] macro = [] serde = [] units = []