# 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 = "bomboni" version = "0.1.61" authors = ["Tin Rabzelj "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility Library for Rust" homepage = "https://github.com/tinrab/bomboni" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tinrab/bomboni" [lib] name = "bomboni" path = "src/lib.rs" [dependencies.bomboni_common] version = "0.1.61" [dependencies.bomboni_fs] version = "0.1.61" optional = true default-features = false [dependencies.bomboni_prost] version = "0.1.61" optional = true default-features = false [dependencies.bomboni_proto] version = "0.1.61" optional = true default-features = false [dependencies.bomboni_request] version = "0.1.61" features = ["root-crate"] optional = true default-features = false [dependencies.bomboni_template] version = "0.1.61" optional = true default-features = false [dependencies.bomboni_wasm] version = "0.1.61" features = ["root-crate"] optional = true default-features = false [features] chrono = ["bomboni_proto/chrono"] default = [ "prost", "proto", "request", ] derive = [ "bomboni_request/derive", "bomboni_wasm/derive", ] fs = ["dep:bomboni_fs"] js = [ "bomboni_common/js", "bomboni_proto/js", "bomboni_wasm/js", ] postgres = [ "bomboni_common/postgres", "bomboni_request/postgres", ] prost = ["dep:bomboni_prost"] proto = [ "prost", "dep:bomboni_proto", ] request = ["dep:bomboni_request"] serde = ["bomboni_common/serde"] template = ["dep:bomboni_template"] tokio = ["bomboni_common/tokio"] tonic = [ "bomboni_proto/tonic", "bomboni_request/tonic", ] wasm = [ "dep:bomboni_wasm", "bomboni_common/wasm", "bomboni_proto/wasm", "bomboni_request/wasm", ]