[package] name = "gerencianet-api" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Criando ..." authors = ["Ian "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json", "native-tls"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } dotenv = "0.15" # serde_json = "1.0"