# 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 = "streamid" version = "0.2.0" description = "Ceramic StreamID" documentation = "https://docs.rs/streamid/" readme = "README.md" keywords = [ "ceramic", "cid", "commitid", "streamid", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ceramic-rs/streamid" [dependencies.cid] version = "0.10.0" [dependencies.libipld] version = "0.15.0" [dependencies.num_enum] version = "0.5.7" [dependencies.once_cell] version = "1.16.0" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_plain] version = "1.0.1" [dependencies.thiserror] version = "1.0.38" [dependencies.unsigned-varint] version = "0.7.1"