# 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.61" name = "jujutsu-lib" version = "0.7.1" authors = ["Martin von Zweigbergk "] description = """ This crate has been replaced by the jj-lib crate. Please upgrade to jj-lib version 0.8+, or specify jujutsu-lib of version \"=0.7.0\" if you need to compile an obsolete version.""" homepage = "https://github.com/martinvonz/jj" documentation = "https://docs.rs/jujutsu" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/martinvonz/jj" [dependencies.backoff] version = "0.4.0" [dependencies.blake2] version = "0.10.6" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.23" features = [ "std", "clock", ] default-features = false [dependencies.config] version = "0.13.3" features = ["toml"] default-features = false [dependencies.digest] version = "0.10.6" [dependencies.git2] version = "0.16.1" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.5" [dependencies.maplit] version = "1.0.2" [dependencies.once_cell] version = "1.17.1" [dependencies.pest] version = "2.5.5" [dependencies.pest_derive] version = "2.5.5" [dependencies.prost] version = "0.11.6" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.regex] version = "1.7.1" [dependencies.serde_json] version = "1.0.93" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.38" [dependencies.thrift] version = "0.17.0" optional = true default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.whoami] version = "1.3.0" [dependencies.zstd] version = "0.12.3" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.insta] version = "1.28.0" [dev-dependencies.num_cpus] version = "1.15.0" [dev-dependencies.test-case] version = "3.0.0" [build-dependencies.version_check] version = "0.9.4" [features] default = ["legacy-thrift"] legacy-thrift = ["thrift"] vendored-openssl = ["git2/vendored-openssl"]