# 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 = "oi-pkg-visualizer" version = "1.1.5" authors = ["Maroš Telka "] description = "Implementation of OpenIndiana package visualizer website and server" readme = "README.md" keywords = [ "pkg", "oi", "visualizer", ] license = "MIT" repository = "https://github.com/aueam/oi-pkg-visualizer" [profile.release] opt-level = 3 [dependencies.axum] version = "0.7.5" [dependencies.fmri] version = "1.0.3" [dependencies.oi-pkg-checker-core] version = "2.0.2" features = ["thread_safe"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tower-http] version = "0.5.2" features = ["cors"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]