# 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 = "tribufu" version = "0.1.0" authors = ["Tribufu "] exclude = [ ".github/", ".vscode/", ".editorconfig", ".gitattributes", ] publish = true description = "Tribufu SDK" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Tribufu/TribufuRust" [lib] name = "tribufu" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.tribufu-api] version = "0.1.0" [dependencies.tribufu-constants] version = "0.1.0" [dependencies.tribufu-types] version = "0.1.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features]