# 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-lib" 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" [lib] name = "rusp_lib" path = "src/lib.rs" [[test]] name = "parsing_test" path = "tests/parsing_test.rs" [[test]] name = "test_json" path = "tests/test_json.rs" [dependencies.anyhow] version = "1.0" [dependencies.quick-protobuf] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [badges.travis-ci] repository = "axiros/rusp"