# 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 = "2018" name = "ups" version = "0.3.1" authors = ["David (Laikar)"] exclude = ["ups-spec.pdf", "ups_spec.md"] description = "A rust implementaiton of a UPS file patcher" homepage = "https://gitlab.com/Laikar/ups-rs" readme = "Readme.md" license = "MIT" repository = "https://gitlab.com/Laikar/ups-rs" [[test]] name = "usage_tests" path = "tests/usage.rs" [[test]] name = "error_tests" path = "tests/errors.rs" [dependencies]