# 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 = "phaneron" version = "0.1.2" description = "Phaneron media compositing software." readme = "README.md" license = "GPL-3.0-or-later" resolver = "1" [dependencies.abi_stable] version = "0.11.1" [dependencies.anyhow] version = "1.0.69" [dependencies.async-trait] version = "0.1.64" [dependencies.axum] version = "0.6.10" features = [ "macros", "ws", ] [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.1.4" features = ["cargo"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.25" [dependencies.nalgebra] version = "0.32.1" [dependencies.opencl3] version = "0.9.2" [dependencies.phaneron-plugin] version = "0.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.12" features = ["sync"] [dependencies.toml] version = "0.7.3" [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.uuid] version = "1.2.2" features = [ "serde", "v4", ]