# 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 = "crab_rocket_file" version = "0.1.0" description = "File package for the crab rocket project" license = "MIT OR Apache-2.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.chrono-tz] version = "0.9.0" [dependencies.crab_rocket_schema] version = "0.1.0" [dependencies.crab_rocket_utils] version = "0.1.0" [dependencies.diesel] version = "2.1.0" features = [ "postgres", "chrono", "uuid", ] [dependencies.rand] version = "0.8.5" [dependencies.rocket] version = "0.5.1" features = [ "json", "uuid", ] [dependencies.serde_json] version = "1.0.117" [dependencies.utoipa] version = "4" features = ["rocket_extras"] [dependencies.uuid] version = "1.0" features = [ "serde", "v4", ]