[workspace] resolver = "2" members = ["crates/*"] [workspace.package] version = "0.1.0" edition = "2021" authors = ["LLLL Colonq "] [workspace.metadata.crane] name = "newton" [profile.release] opt-level = 2 codegen-units = 1 # split-debuginfo = "packed" strip = true # debug = "full" [profile.dev.package."*"] debug = 0 opt-level = 2 [workspace.dependencies] # teleia = { git = "https://github.com/lcolonq/teleia" } # engine teleia = { path = "../teleia/crates/teleia" } # engine glam = "*" # linear algebra glow = "*" # gl bindings bitflags = "*" # C-style bitwise flags rand = "=0.8.5" # rng log = "*" # logging env_logger = "*" # native logging lazy_static = "*" # global constants strum = {version = "*", features = ["derive"]} # utility macros for enums lexpr = "*" # s-expression parsing clap = {version = "*", features = ["cargo"]} # cli arg parsing base64 = "0.22.1" # base64 encoding/decoding polling = "*" # polling sockets termion = "*" # terminal escapes device_query = "*" # get pressed keys when unfocused byteorder = "*" # read little-endian numbers image = "*" # read and write image files png = "*" # encode apng cpal = "*" # record microphone redis = "*" # database web-image-meta = "*" # edit image metadata uuid = {version = "*", features = ["v4"]} # generate uuids wasm-bindgen = "*" # wasm bindings wasm-bindgen-futures = "*" # interface with async javascript cfg-if = "*" # less verbose cfg