# 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 = "codas" version = "0.4.0" authors = ["Alicorn Systems, Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compact and streamable data format that works anywhere--from web apps to robots." homepage = "https://gitlab.com/alicorn/pub/alicorn" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/alicorn/pub/alicorn" [package.metadata.release] release = true [lib] name = "codas" path = "src/lib.rs" [[test]] name = "codec" path = "tests/codec.rs" [dependencies.base64] version = "0.21.0" features = ["alloc"] default-features = false [dependencies.blake3] version = "1.3.3" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.indoc] version = "2.0.5" optional = true [dependencies.logos] version = "0.13.0" features = ["export_derive"] optional = true default-features = false [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.snafu] version = "0.8.2" default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" features = ["alloc"] default-features = false [dev-dependencies.snafu] version = "0.8.2" features = [ "backtrace", "backtraces-impl-backtrace-crate", ] default-features = false [features] langs = ["dep:indoc"] langs-python = ["langs"] langs-rust = ["langs"] langs-typescript = ["langs"] parse = ["dep:logos"] std = []