# 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 = "velociraptor_api" version = "0.1.0" authors = ["Hilko Bengen "] publish = true description = "API client for Velociraptor (https://github.com/Velocidex/velociraptor)" homepage = "https://github.com/hillu/velociraptor-api-rs" readme = "README.md" keywords = [ "cli", "api", "forensic", "command-line", ] categories = [ "api-bindings", "command-line-utilities", ] license = "LGPL-3.0-or-later" repository = "https://github.com/hillu/velociraptor-api-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] path = "src/lib.rs" [[bin]] name = "velociraptor-client" path = "src/client/main.rs" [dependencies.builder-pattern] version = "0.4.2" [dependencies.clap] version = "3" features = [ "std", "derive", ] default_features = false [dependencies.dirs] version = "5" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.11" [dependencies.serde] version = "1" features = ["serde_derive"] default_features = false [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default_features = false [dependencies.tokio-stream] version = "0.1" default_features = false [dependencies.tonic] version = "0.9" features = [ "transport", "tls", ] [build-dependencies.tonic-build] version = "0.9"