# 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 = "navactor" version = "0.5.3" authors = ["Ed Sweeney "] description = "A cli tool for creating and updating actors from piped input" readme = "README.md" keywords = [ "iot", "commandline", "actor", "digital", "twin", ] license = "MIT" repository = "https://github.com/navicore/navactor/" [[bin]] name = "nv" path = "src/main.rs" [dependencies.approx] version = "0.5.1" [dependencies.async-trait] version = "0.1.72" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.clap_complete] version = "4" [dependencies.futures] version = "0.3.28" [dependencies.glob] version = "0.3.1" [dependencies.petgraph] version = "0.6.3" [dependencies.poem] version = "1" features = ["test"] [dependencies.poem-openapi] version = "3" features = ["swagger-ui"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.sqlx] version = "0.7" features = [ "sqlite", "runtime-tokio-rustls", ] [dependencies.test-log] version = "0.2.12" [dependencies.time] version = "0.3.23" features = [ "macros", "parsing", "serde", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"