# 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" rust-version = "1.70.0" name = "ambient_package" version = "0.3.1" description = "Definition of the Ambient package manifest format." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies.ambient_shared_types] version = "0.3.1" [dependencies.chrono] version = "0.4" features = [ "serde", "clock", ] default-features = false [dependencies.convert_case] version = "0.6.0" [dependencies.data-encoding] version = "2.4.0" [dependencies.indexmap] version = "2.0" features = ["serde"] [dependencies.once_cell] version = "1.18.0" features = ["parking_lot"] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.sha2] version = "0.10" [dependencies.syn] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.7.8" features = ["preserve_order"] [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.paste] version = "1.0" [dev-dependencies.serde_json] version = "1.0"