# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "titdb" version = "0.1.0" authors = ["VĂ­ctor Baena "] description = "A simple library to make use of the Trails in the Database API" readme = "README.md" categories = [ "web-programming", "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/vbaenal/titdb" [dependencies.rand] version = "0.8" optional = true [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["macros"] [features] default = [] rand = ["dep:rand"]