# 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 = "radix50" version = "0.2.1" authors = ["David Caldwell "] description = "Library and cli for encoding and decoding DEC PDP-11 and PDP-10 RADIX-50 word streams (https://en.wikipedia.org/wiki/DEC_RADIX_50)." homepage = "https://github.com/caldwell/radix50" readme = "README.md" keywords = [ "radix50", "pdp", "pdp-11", "pdp-10", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/caldwell/radix50.git" [lib] path = "radix50.rs" [dependencies.const_for] version = "0.1"