# 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 = "libkuiper" version = "0.0.6" authors = ["Isak Jägberg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library code for the kuiper CLI" homepage = "https://github.com/ijagberg/kuiper" readme = "README.md" keywords = [ "postman", "integration", "requests", ] categories = [ "command-line-utilities", "development-tools::testing", ] license = "MIT" repository = "https://github.com/ijagberg/kuiper" [lib] name = "libkuiper" path = "src/lib.rs" [dependencies.jiff] version = "0.1.13" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.test-log] version = "0.2.16"