# 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 = "rusted-intpackit" version = "0.1.0" authors = ["Daniele Olmisani "] description = "library that allows to manage unsigned values packed in a single integer" homepage = "https://mad4j.github.io/rusted-intpackit/" readme = "README.md" keywords = [ "lib", "integer", "unpack", "iterator", ] categories = ["integer-manipulation-library"] license = "GPL-3.0" repository = "https://github.com/mad4j/rusted-intpackit" [dependencies.num] version = "0.4"