[package] name = "greg-ng" version = "0.1.0" edition = "2021" license = "MIT" authors = ["oysteikt@pvv.ntnu.no"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" axum = { version = "0.6.20", features = ["macros"] } clap = { version = "4.4.1", features = ["derive"] } env_logger = "0.10.0" log = "0.4.20" mpvipc-async = { git = "https://git.pvv.ntnu.no/oysteikt/mpvipc-async.git", rev = "v0.1.0" } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.105" tempfile = "3.11.0" tokio = { version = "1.32.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } tower-http = { version = "0.4.3", features = ["full"] } [profile.release] strip = true lto = true codegen-units = 1