[package] name = "mac_x" version = "0.1.0" edition = "2021" description = "ebot_mac_x interface similar to Jarvis. User will command and assistant will perform tasks. The tool thing there is no rule how to perform user task in an better way." license = "MPL-2.0" authors = ["Ali Hassan "] keywords = ["utilities", "cli", "lighting", "assistance"] categories = ["terminal", "generative", "cli", "bot"] license-file = "LICENSE" readme = "README.md" exclude = ["target", "db", "model", "raw"] repository = "https://github.com/WisdomDwarfs/ebot" publish = true [dependencies] bitcoin = "0.29.2" bitcoin-price = "0.1.7" chrono = "0.4.24" clap = { version = "4.1.6", features = ["derive"] } datetime = "0.5.2" ecdsa = "0.15.1" hex = "0.4.3" k256 = "0.12.0" lightning = "0.0.114" once_cell = "1.17.1" qrcode = { version = "0.12.0" , default-features = false} rand_core = "0.6.4" regex = "1.7.1" rust-bert = "0.20.0" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" tch = "0.10.3"