# 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 = "netsblox-api-common" version = "1.6.0" description = """ A crate containing the types used by the NetsBlox cloud API """ license = "MIT" resolver = "1" [dependencies.bson] version = "2.0.0" optional = true [dependencies.derive_more] version = "0.99.17" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.ts-rs] version = "7.0" features = [ "uuid-impl", "serde-compat", ] [dependencies.uuid] version = "1.0.0-alpha.1" features = [ "v4", "fast-rng", "serde", ] [features] to_bson = ["bson"]