# 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 = "rusp" version = "0.95.0" authors = [ "Daniel Egger ", "Axiros GmbH", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Rust USP toolkit" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/axiros/rusp" [[bin]] name = "rusp" path = "src/bin/rusp.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.quick-protobuf] version = "0.8" [dependencies.rusp-lib] version = "0.95" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [badges.travis-ci] repository = "axiros/rusp"