# 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.81.0" name = "maelstrom-base" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fundamental data structures used by all Maelstrom code." homepage = "https://maelstrom-software.com" documentation = "https://maelstrom-software.com/doc/book/latest/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/maelstrom-software/maelstrom" [lib] name = "maelstrom_base" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.camino] version = "1.1.6" features = ["serde1"] [dependencies.derive_more] version = "0.99" [dependencies.enum-map] version = "2.7.0" features = ["serde"] [dependencies.enumset] version = "1.1.3" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.maelstrom-macro] version = "0.12.0" [dependencies.nonempty] version = "0.8.1" features = ["serialize"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.strum] version = "0.25.0" features = ["derive"] [dev-dependencies.heck] version = "0.5.0" [dev-dependencies.serde_test] version = "1" [dev-dependencies.toml] version = "0.8.8"