# 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 = "nix-shell-locked" version = "0.2.1" authors = ["Stephen Sherratt "] description = "Wrapper of `nix shell` that reads a lockfiles to get the nixpkgs revision to use when sourcing packages to install in transient shell" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/nix-shell-locked" [dependencies.anyhow] version = "1.0" [dependencies.env_logger] version = "0.10" [dependencies.exec] version = "0.3" [dependencies.log] version = "0.4" [dependencies.meap] version = "0.8" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "3.1" [dependencies.toml] version = "0.7" [dependencies.xdg] version = "2.5"