# 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-cli" 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" [[bin]] name = "radix50" path = "radix50-cli.rs" [dependencies.docopt] version = "1" [dependencies.radix50] version = "0.2" [dependencies.serde] version = "1" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"