[package] name = "nac-charter-service" version = "1.0.0" edition = "2021" [dependencies] nac-udm = { path = "../nac-udm" } charter-compiler = { path = "../charter-compiler" } actix-web = "4" tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha3 = "0.10" hex = "0.4" chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } tracing = "0.1" tracing-subscriber = "0.3" [[bin]] name = "nac-charter-service" path = "src/main.rs" [profile.release] opt-level = 3 lto = true codegen-units = 1