# 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 = "bulletin-board-server" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Object storage for ArrayObject for debugging and data taking purposes." readme = "README.md" keywords = [ "object_storage", "database", "debugging", "server", ] categories = [ "database-implementations", "development-tools::debugging", ] license = "Apache-2.0" repository = "https://github.com/YShoji-HEP/BulletinBoard" [lib] name = "bulletin_board_server" path = "src/lib.rs" [[bin]] name = "bulletin-board-server" path = "src/main.rs" [dependencies.bulletin-board-common] version = "0.3.2" [dependencies.chrono] version = "0.4.38" [dependencies.ciborium] version = "=0.2.2" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.fs_extra] version = "1.3.0" [dependencies.parse-size] version = "1.0.0" [dependencies.serde_bytes] version = "0.11.15" [dependencies.uuid] version = "1.10.0" features = ["v4"]