# 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" name = "tfhe-versionable" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tfhe-versionable: Add versioning informations/backward compatibility on rust types used for serialization" homepage = "https://zama.ai/" documentation = "https://docs.rs/tfhe_versionable" readme = "README.md" keywords = [ "versioning", "serialization", "encoding", ] license = "BSD-3-Clause-Clear" repository = "https://github.com/zama-ai/tfhe-rs" [lib] name = "tfhe_versionable" path = "src/lib.rs" [[example]] name = "associated_bounds" path = "examples/associated_bounds.rs" test = true [[example]] name = "bounds" path = "examples/bounds.rs" test = true [[example]] name = "convert" path = "examples/convert.rs" test = true [[example]] name = "deprecation" path = "examples/deprecation.rs" [[example]] name = "failed_upgrade" path = "examples/failed_upgrade.rs" test = true [[example]] name = "manual_impl" path = "examples/manual_impl.rs" test = true [[example]] name = "not_versioned" path = "examples/not_versioned.rs" test = true [[example]] name = "recursive" path = "examples/recursive.rs" test = true [[example]] name = "simple" path = "examples/simple.rs" test = true [[example]] name = "transparent" path = "examples/transparent.rs" [[example]] name = "upgrades" path = "examples/upgrades.rs" test = true [[example]] name = "vec" path = "examples/vec.rs" test = true [[test]] name = "bounds_private_in_public" path = "tests/bounds_private_in_public.rs" [[test]] name = "convert_with_bounds" path = "tests/convert_with_bounds.rs" [[test]] name = "convert_with_generics" path = "tests/convert_with_generics.rs" [[test]] name = "derive_macro" path = "tests/derive_macro.rs" [[test]] name = "formats" path = "tests/formats.rs" [[test]] name = "types" path = "tests/types.rs" [[test]] name = "unsized" path = "tests/unsized.rs" [dependencies.aligned-vec] version = "0.5" features = ["serde"] [dependencies.num-complex] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tfhe-versionable-derive] version = "0.3.2" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.ciborium] version = "0.2" [dev-dependencies.rmp-serde] version = "1.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.toml] version = "0.8" [dev-dependencies.trybuild] version = "1" features = ["diff"]